taskwarrior_scripts
taskwarrior_scripts copied to clipboard
A repo for all of my TaskWarrior scripts
TaskWarrior Integrations
This is my collection of scripts and workflows and shortcuts which I set up to help me manage my task lists with TaskWarrior.
Installation
TaskWarrior
To install task warrior itself, I had to run with --with-gnutls to get task sync to work
brew install task --with-gnutls
TaskWarrior Config
Contexts
I have a couple contexts, one for my personal stuff and one for work:
$ task show context
Config Variable Value
context.me project:me or +me
context.work project:Work or +work
To create, run:
task context define me project:me or +me
TaskWarrior Aliases
You'll find mine in .task_aliases. Add them to yours and adjust as you see fit.
Outlook
Copy files into place:
Outlook 2016:
cp -avp "Create New TaskWarrior Task.scptd" "/Users/`whoami`/Library/Scripts/Applications/Outlook/"
Outlook 2011:
cp -avp "Create New TaskWarrior Task.scptd" "/Users/`whoami`/Library/Application Support/Microsoft/Office/Outlook Script Menu Items/"
Create key binding
- Open Keyboard System Preferences
- Go to 'Shortcuts'
- Go to 'App Shortcuts'
- Add a new shortcut with the + sign
- Choose Outlook as the application
- Enter 'Create New TaskWarrior Task' as the Menu Title (but without the single quotes)
- Add the key binding ^` (which is ctrl + `)
Alfred
As best as I can figure, you'd do this:
- Install Alfred
- Buy the Powerpack (can't remember if this is necesarry to run custom workflows or not)
- Double click the
TaskWarrior.alfredworkflowfile.
inthe.am
- Sign up
- Follow the sync instructions
- Add the sync settings to your
.taskrcfile
Twilio
- Sign up
- Get a number
- Folw the inthe.am instuctions