1.0.0 • Published 3 years ago

simple-todo v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Simple To-do

build passing

🛠 A simple command line To-do list tool.

Installation

Using npm:

npm install -g simple-toto

Using yarn:

yarn global add simple-toto

Usage

After installation, you can use st as a global command.

Task

# add a task
st

# list tasks under TODO status
st ls

# list all tasks with detail information
st ls -av

# enter the id of task to complete
st done <task_id>

# enter the id of task to delete
st del <task_id>

Tag

# list all tags
st tag

# add a tag
st tag <tag_name>

# edit a tag
st tag -e <tag_name>

# delete a tag
st tag del <tag_name>

Licence

MIT (please give me a star ✨)