/notepad

simple notepad for terminal

Primary LanguagePython

notepad

simple notepad for terminal.
This is pretty easy project, written in python. It supports english only,
because it is little 'for-fun' application. I created this one to edit little files
in terminal to increase speed and not to switch between terminal and editor.

Basics

To run editor type:python tetibop.py
And then you will get to the empty programm.
Also you can pass file to open:python tetibop.py

#Commands You should know every hot key can be changed in Keys.py script.

  1. quit -> escape
  2. move cursor forward -> ctrl+f
  3. move cursor backward -> ctrl+b
  4. move to prev line -> ctrl+p
  5. move to next line -> ctrl+n
  6. scroll screen up -> alt+u
  7. scroll screen down -> alt+d
  8. scroll screen forward -> alt+f
  9. scroll screen backward-> alt+b
  10. to open a new file -> ctrl+o
  11. to save file -> alt+s
  12. to save file as new one -> ctrl+s
  13. to go to the special line -> ctrl+g
  14. to create new file -> alt+n
  15. to see action history-> alt+h
  16. to see commands -> alt+c
  17. to replace -> ctrl+r
  18. to remove character after cursor -> ctrl+d