handy-terminal
v1.0.0
Published
To make things handy, have it in your terminal!
Maintainers
Readme
MyCli
A lightweight CLI tool to manage your tasks and notes — straight from the terminal.
Features
- Add, list, and delete notes
- Add, complete, and track tasks
- Simple command structure
- Clean and minimal UX — just you and your work
Installation
npm install -g <not-yet-published>Commands
Notes
add-note [options] <title>— Add a new note ✍️ls-note [options]— List all notesdelete-note <id>— Delete a note
Tasks
add-task [options] <title>— Create a taskls-task— List all taskstask-done <id>— Mark a task as complete ✅delete-task <id>— Delete a tasklog-task— View task history
Help
help [command]Get usage info for any command.
Example
add-task "Finish CLI tool"
task-done 1
log-task
add-note "CLI tools > GUI for quick thoughts"
ls-noteDev Setup
git clone https://github.com/jey-exp/cli-tool-node.git
cd cli-tool-node
npm install
npm linkYou are good to go!
Now call it by mycli in your terminal
License: MIT
Made for devs who live in the terminal.
