See the last release, where you can find binary files for your ecosystem
brew install --build-from-source nt
curl -sfL https://raw.githubusercontent.com/theiskaa/nt/main/install.sh | sh
Run nt help
or nt -h
to see default help.txt.
Use nt [command] --help
for more information about a command.
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
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
- See all notes -
nt list
- View note -
nt view
ornt view [name]
- Create node(file or folder) -
nt create
ornt create [title]
- Make a directory -
nt mkdir
ornt md [name]
- Rename node(file or folder) -
nt rename
ornt rename [name]
- Edit note -
nt edit
ornt edit [name]
- Remove node(file or folder) -
nt remove
ornt rm [name]
- Copy note -
nt copy
- Cut note -
nt cut
- Fetch nodes(files and folders) -
nt fetch
ornt pull
- Push nodes(files and folders) -
nt push
- Migrate Services(files and folders) -
nt migrate
- Manage Settings -
nt settings
- Manage Remote Services -
nt remote
For information regarding contributions, please refer to CONTRIBUTING.md file.