Skip to content

paritosh9199/get-stuff-done

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Stuff Done

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"

About

A Simple CLI based todo app without any distractions for devs!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published