Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

CaptainOfPhB/simple-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Simple To-do

build passing

๐Ÿ›  A simple command line To-do list tool.

Installation

Using npm:

npm install -g simple-todo

Using yarn:

yarn global add simple-todo

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