sedit is a minimal text editor which runs on Linux machine . It is implemented using Gtk and C programming language.
- Options to Save, Open and create a new file.
- Options to change font and search for occurrence of a string
- Options to Cut, Copy and Paste text
- Display of line number and column number in status bar
- libgtk2.0-dev ( $ sudo apt-get install build-essential libgtk2.0-dev)
- $ sh compile.sh sedit
- $ ./sedit
MIT