Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bobbicodes/notenow

"Notepad plus plus, minus minus" - gtk text editor
https://github.com/bobbicodes/notenow

c gtk text-editor

Last synced: about 24 hours ago
JSON representation

"Notepad plus plus, minus minus" - gtk text editor

Awesome Lists containing this project

README

        

# NoteNow
For when your thoughts can't wait. Loads up fast. BAM! Right in your face. NOTENOW!

# No bullshit

Literally all it has is file menu shit and clipboard operations. NOTENOW!

# Install dependencies
sudo apt-get install build-essential libgtk2.0-dev
Read [this](https://developer.gnome.org/gtk3/stable/gtk-compiling.html) for more info.

# Compile
gcc -o notenow notenow.c `pkg-config --libs --cflags gtk+-2.0`

# Run
./notenow

# Install
$ 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