Skip to content

CraigRamey/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks

Command-line task manager / todo list

Tasks will create a .tasks.json file in your home directory to keep track of tasks that you need to take care of.

COMMANDS

Lists all the tasks

tasks

Add a new task

tasks add <number>

Delete a task

tasks delete <number>

Mark a task as complete

tasks complete <number>

Mark a task as incomplete

tasks incomplete <number>

Change the description of a task

tasks change <number> <new task description>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages