Git Product home page Git Product logo

doo's Introduction

How To Install ?

$ sudo make # pretty easy, huh?

How To Use ?

Here is pretty everything you can do with doo:

$ doo
$ doo h
doo is a simple tool designed to help you to manage your todo list.

doo                    : list all tasks.
doo rm 1               : remove the task #1.
doo rm 1 3             : remove tasks #1, #3.
doo rp 1 new task      : replace task #1 to "new task"
doo cl                 : remove all tasks.
doo h                  : show this help.
doo Conquer the world. : add the "Conquer the world."
                         task to the list.

Want to use one of the command in your task ? Simply use
the shell quotes :
    $ doo "cl whatever."

Aliases:
    r, rm
    R, rp
    h, -h
    c, cl

$ doo Improve doo.
$ doo Stop procrastinating.
$ doo
   0 - Improve doo.
   1 - Stop procrastinating.
$ doo R doo is already awesome, nope?
$ doo
   0 - doo is already awesome, nope?
   1 - Stop procrastinating.
$ doo a
$ doo b
$ doo d
$ doo e
$ doo
   0 - doo is already awesome, nope?
   1 - Stop procrastinating.
   2 - a
   3 - b
   4 - d
   5 - e
$ doo rm 2
$ doo
   0 - doo is already awesome, nope?
   1 - Stop procrastinating.
   3 - b
   4 - d
   5 - e
$ doo rm 2 3 4 5
$ doo
   0 - doo is already awesome, nope?
   1 - Stop procrastinating.
$ doo cl
$ doo

License ?

You like it? Cool, do whatever you want with it!
You dislike it? Cool, don't use it!

doo's People

Contributors

alexis-d avatar

Watchers

Perry Hou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.