Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
/ t Public archive

✅ a super simple cli todo manager

License

Notifications You must be signed in to change notification settings

bradp/t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

t

Add this ish to your $PATH somewhere and just run it.

# To list open todos:
t

# To create a new todo:
t add "Adding a new todo"
t a "Shortcut for adding a new todo"

# To mark a todo as completed:
t complete <todo number>
t x <todo number>

t saves everything in ~/.todo if you want to manually edit it. It looks like the example below. Completed items are below the dividing line.

Buy Gob the Aztec Tomb
Polish the Sword of Destiny
----------
Hide money in the banana stand

About

✅ a super simple cli todo manager

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages