Installation:
npm install -g get-stuff-done
A Simple CLI based todo app to work without any distractions for devs!
Usage:
gdo <Action> <Task>
<Task>
is a task string.
<Action>
args:
-a : Add a task
"--add", "-a"
-c : Mark/Unmark <task>
as complete/pending with <task number>
.
"--check", "-c"
-l : List all tasks.
"--list","--list-all", "-la", "-l"
-lc : List all completed tasks.
"--completed", "--list-completed", "-lc"
-lp : List all pending tasks.
"--list-pending", "-lp"
-d : Delete <task>
with <task number>
.
"--delete", "-d"
-d : Delete all <task>
.
"--delete-all", "-da"
-d : Delete all completed <task>
.
"--delete-completed", "-dc"
-d : Delete all pending <task>
.
"--delete-pending", "-dp"
-h : Toggle help.
"--help", "-h"
-
Notifications
You must be signed in to change notification settings - Fork 0
A Simple CLI based todo app without any distractions for devs!
paritosh9199/get-stuff-done
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Simple CLI based todo app without any distractions for devs!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published