notedux
v1.0.12
Published
Take notes from terminal
Downloads
2,027
Readme
Notedux CLI
A fast command-line client for the Notedux note-taking service.
Create, read, update, delete, and list your notes directly from your terminal.
Features
- Create notes in seconds
- View note content
- Edit existing notes
- Delete content of notes
- No login required
- Works on macOS and Linux
Installation
Install globally using npm:
npm install -g noteduxVerify the installation:
notedux --helpGetting Started
Create your first note:
notedux generate
notedux add "My first note"The command returns a unique link to your note.
Show a note:
notedux showUpdate a note:
notedux add "Updated text"Help
Display all available commands:
notedux --helpRequirements
- Bash
- curl
License
This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for details.
