A scummy editor for your terminal!


License
MIT
Install
pip install scum==0.2.8

Documentation

SCUM


Scum is a terminal-based, multi-tab text editor written in Python.

About


First of all, Scum is really just a novelty editor I wrote mostly for learning and fun. It was not made to compete with seasoned text editors such as Emacs or Vim (hence the name "Scum"). With that being said, it is still a fully-functional terminal based editor! It can be used for both quick editing and full on development. Overall it was extremely fun to write and was a wonderful learning experience. Enjoy! (at your own risk)

Installation


To install scum simply use pip:

pip install scum

Features


  • Syntax-highlighting
  • Multiple Tabs
  • Undo and find functions
  • Open and save files (complete with text-based file-browser)
  • Fully customizable
  • On-the-go configuration changing
  • Tab saving
  • Togglable line numbers and terminal

Dependencies


  • Python 3.x
  • Urwid
  • Pygments

To-Do


  • Find and replace.
  • Creating a new file.

Key Bindings


Key: Command:
Ctrl+O Open file(s)
Ctrl+S Save file
Ctrl+W Close current tab
Ctrl+page up Move to the next tab
Ctrl+page down Move to the prev tab
F5 Edit the config file
F1 Change GUI layout
Ctrl+F Find
Ctrl+Q Undo last action
Ctrl+D Delete current line
Ctrl+X Exit