I needed a way to add tags to selected tasks in The Hit List via keyboard interaction (drag & drop some times breaks my workflow) so I wrote this AppleScript that uses Launchbar to get it’s input. View source. Get the script here.
To use the script, save it into a directory that Launchbar indexes then:
- Select some tasks in THL
- Call Launchbar
- Find the script (I call mine TaskTagger.scpt and find it with ‘tt’
- Press <space>
- Enter the tags including the slashes ‘/’ (actually the script just appends the entered text to the selected task’s titles)
- Press <enter>
- Done!