2.0.1 • Published 4 years ago

get-stuff-done v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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"