https://github.com/sshine/notez
A simple, CLI-based note-taking app
https://github.com/sshine/notez
Last synced: about 1 year ago
JSON representation
A simple, CLI-based note-taking app
- Host: GitHub
- URL: https://github.com/sshine/notez
- Owner: sshine
- Created: 2009-02-01T13:34:08.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-02-05T00:34:42.000Z (over 17 years ago)
- Last Synced: 2025-02-05T08:09:33.308Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Notez is a note-taking app
for the UNIX-based terminal.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Available commands should be:
notez [list]
notez add [ []]
notez del /
notez search
Notez is also an exercise in
* C programming
* the use of git
* teamwork
Current plan is to implement support for:
* SQLite3 back-end for database storage
* PCRE support for regex-based searches
* hierarchical indexing