get-stuff-done

2.0.1 • Public • Published

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"

/get-stuff-done/

    Package Sidebar

    Install

    npm i get-stuff-done

    Weekly Downloads

    0

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    26.6 kB

    Total Files

    6

    Last publish

    Collaborators

    • paritosh9199