Add README
This commit is contained in:
parent
1fa75f3e27
commit
6d589545e5
2 changed files with 15 additions and 9 deletions
14
README
Executable file
14
README
Executable file
|
@ -0,0 +1,14 @@
|
|||
Add a task to taskwarrior via email. Makes use of the taskw Python bindings.
|
||||
|
||||
http://taskwarrior.org
|
||||
https://github.com/ralphbean/taskw
|
||||
|
||||
For use with procmail or maildrop. Example using maildrop's .mailfilter:
|
||||
|
||||
|
||||
if ($SIZE < 8192 && /^From:.*myaddress@example.com/ && /^To:.*taskwarrior@/)
|
||||
{
|
||||
log "add task via mail2taskwarrior"
|
||||
xfilter "devel/mail2taskwarrior/mail2taskwarrior"
|
||||
exit
|
||||
}
|
|
@ -5,15 +5,7 @@
|
|||
# http://taskwarrior.org
|
||||
# https://github.com/ralphbean/taskw
|
||||
#
|
||||
# For use with procmail or maildrop. Example using maildrop's .mailfilter:
|
||||
#
|
||||
#
|
||||
# if ($SIZE < 8192 && /^From:.*myaddress@example.com/ && /^To:.*taskwarrior@/)
|
||||
# {
|
||||
# log "add task via mail2taskwarrior"
|
||||
# xfilter "devel/mail2taskwarrior/mail2taskwarrior"
|
||||
# exit
|
||||
# }
|
||||
# See README for more info.
|
||||
#
|
||||
|
||||
from taskw import TaskWarrior
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue