nt
nt copied to clipboard
A decentralized notes application for your command line
NT
Installation
See the last release, where you can find binary files for your ecosystem
Brew:
brew install --build-from-source nt
Curl:
curl -sfL https://raw.githubusercontent.com/insolite-dev/nt/main/install.sh | sh
Usage
Help:
Run nt help or nt -h to see default help.txt.
Use nt [command] --help for more information about a command.
Settings (config):
The configuration file of nt is auto-generated, it'd be generated by Init command automatically whenever you run nt on your command line.
Refer to settings documentation for details - Settings Wiki
Remote service integration:
Currently available remote service is only Firebase, looking forward to provide another ways of decentralizing remote connections.
Refer to [remote] command documentation for more - Remote Wiki
Commands:
- See all notes -
nt list - View note -
nt viewornt view [name] - Create node(file or folder) -
nt createornt create [title] - Make a directory -
nt mkdirornt md [name] - Rename node(file or folder) -
nt renameornt rename [name] - Edit note -
nt editornt edit [name] - Remove node(file or folder) -
nt removeornt rm [name] - Copy note -
nt copy - Cut note -
nt cut - Fetch nodes(files and folders) -
nt fetchornt pull - Push nodes(files and folders) -
nt push - Migrate Services(files and folders) -
nt migrate - Manage Settings -
nt settings - Manage Remote Services -
nt remote
Contributing
For information regarding contributions, please refer to CONTRIBUTING.md file.