Skip to content
/ add Public

New 'add' for todo.sh. This adds filters to the task creation: like changing due:today to today's date.

License

Notifications You must be signed in to change notification settings

betsythefc/add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

add

Version 0.1.0

Remake of "add" that adds some pre-hook filters, such as "due:today" adding todays actual date.

Installing

cd ~/.todo.actions.d
git clone git@github.com:betsythefc/add.git

Usage

$ date
Mon Jan  8 13:35:30 PST 2018
$ todo.sh list
(A) 2018-01-04 Clean @Apartment due:2018-01-08
(B) 2018-01-04 Finish homework
$ todo.sh add "Test due:today"
$ todo.sh list
(A) 2018-01-04 Clean @Apartment due:2018-01-08
(B) 2018-01-04 Finish homework
Test due:2017-01-08

About

New 'add' for todo.sh. This adds filters to the task creation: like changing due:today to today's date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published