1
0
Fork
You've already forked taskharrier
0
Small script to parse ics and execute taskwarrior to generate a new task from vcEvents
  • Haskell 100%
Find a file
Lars Fischer d84466ad56 Usage guide
2015年08月26日 10:16:27 +02:00
calendarTask.hs Removed debug Strings 2015年08月26日 10:11:54 +02:00
LICENSE Initial commit 2015年08月26日 02:05:43 +02:00
README.md Usage guide 2015年08月26日 10:16:27 +02:00
taskharrier.cabal Parses from StdIn, executes task, User interaction missing 2015年08月26日 02:01:56 +02:00

taskharrier

Small script to parse ics and execute taskwarrior to generate a new task from vcEvents from the email invitations people tend to spread around.

Use it, for example, by including it into your mailcap file.

application/ics; taskharrier '%s'; needsterminal; description=Add Event Invitations to taskwarrior; nametemplate=%s.ics

Compilation

Follow the basic (sandboxed) installation guide.

cabal sandbox init
cabal install --only-dependencies 
cabal build