DigiPad
A Digital NotePad
DigiPad is a simple terminal mode text editor for Linux systems. It has been developed in C++ and uses the nCurses library. It features menus(for new users) as well as fastkeys(keyboard shortcuts for advanced users).
I wrote it as a lab project for the VTU System Software Lab. DigiPad is released under the GNU General Public License. Features
- Drop down menus
- Fastkeys (keyboard shortcuts)
- File operations - new, open, save, save as, delete
- Edit functions - insert/delete char, word or line
- Find
- Goto line
- Begin and end of file
- Shell mode
- Inbuilt help window
