Releases: umikoio/nott
Releases · umikoio/nott
Nott [v0.1]
The first official release of Nott is here! Since this is the first version, there's not a notable changelog or patch list, but all commands available in this version are listed below, as well as on the README.md.
While the release is labeled v0.1, this is purely for transparency. I'm still looking into new features. However, all commands currently implemented should be sufficient for most daily operations.
PyPI Release: https://pypi.org/project/nott
How to install
pip install nottCommand list
| Command | Description |
|---|---|
nott init |
Initialize the environment for Nott |
nott login |
Create a local cached session key |
nott logout |
Remove local session key |
nott add |
Add a new note to the local database |
nott list |
List all available notes based on title and/or tag |
nott show |
Show the contents of the note, if authenticated |
nott edit |
Edit the note in your default $EDITOR |
nott update-title |
Update the title of the note after creation |
nott set-tags |
Update the tags associated with the note after creation |
nott search |
Search the contents of the file (does not show the contents) |
nott rm |
Delete the note permanently |
nott change-pass |
Change the stored password in the database and config |
nott export |
Export all notes in Markdown to a designated directory |