NTBL is a simple CLI note-takeing app.
NTBL is a Node.js CLI which allows you to take notes from your terminal, saves them in a local database, and creates a simple web server to display your notes.
Node 18.8.0
- Check out this repo
- CD into the ntbl directory and run
npm install
- Run
npm link
from within the ntbl directory - Run
note
in your terminal to ensure the CLI is installed and working correctly
The following commands and options can be ran from your terminal.
note <command>
Commands:
note new <note> create a new note
note all get all notes
note find <filter> get matching notes
note remove <id> remove a note by id
note web [port] launch website to see notes
note clean remove all notes
Options:
--help Show help [boolean]
--version Show version number [boolean]
-t, --tags tags to add to the note [string]
note help
- 1.0.0
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details