Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bobbicodes/notenow
- Owner: bobbicodes
- Created: 2018-03-24T02:45:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T16:08:10.000Z (almost 7 years ago)
- Last Synced: 2024-12-04T00:41:22.450Z (about 2 months ago)
- Topics: c, gtk, text-editor
- Language: C
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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