"Notepad plus plus, minus minus" - gtk text editor
For when your thoughts can’t wait. Loads up fast. BAM! Right in your face. NOTENOW!
Literally all it has is file menu shit and clipboard operations. NOTENOW!
sudo apt-get install build-essential libgtk2.0-dev
Read this for more info.
gcc -o notenow notenow.c `pkg-config --libs --cflags gtk+-2.0`
./notenow
$ sudo mv notenow /usr/bin/notenow
$ sudo mv notenow.desktop /usr/share/applications/notenow.desktop
$ sudo mv notenow.png /usr/share/icons/hicolor/48x48/apps/notenow.png