Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 717 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 717 Bytes

Tedo

Terminal Todo


File storage: default ~/.tedo.json

Usage:

$ go run ./tedo.go h

    Name:          tedo (Terminal Todo)
    -------        ----------------------
    $ tedo         Show all tasks
    $ tedo p       Show all pending tasks
    $ tedo s ID    Show detail view task of ID
    $ tedo a       Add a new task
    $ tedo m ID    Modify a task
    $ tedo rm ID   Remove task of ID from list
    $ tedo del     Remove latest task from list
    $ tedo c ID    Mark task of ID as completed
    $ tedo p ID    Mark task of ID as pending
    $ tedo flush   Flush the database!


Screenshot: Screenshot

License :

MIT License.