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

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

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