Notaesh - A humble notes and tasks manager in your terminal. Written in bash. It is easy to integrate and configure.
git clone https://codeberg.org/Itcor/NotaeShell.git
cd NotaeShell
chmod +x install.sh
./install.sh
| Command | Description |
|---|---|
nsh |
Prints all notes |
nsh -h |
Prints all commands |
nsh <text> |
Adds a new note |
nsh -e [num] |
Edits the selected note |
nsh -d [num] |
Deletes the selected note |