├── README.md ├── Rakefile ├── alfred.rb ├── icon.png ├── info.plist ├── main.rb ├── screenshot.png ├── taskwarrior.alfredworkflow └── taskwarrior.rb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/Rakefile -------------------------------------------------------------------------------- /alfred.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/alfred.rb -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/icon.png -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/info.plist -------------------------------------------------------------------------------- /main.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/main.rb -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/screenshot.png -------------------------------------------------------------------------------- /taskwarrior.alfredworkflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/taskwarrior.alfredworkflow -------------------------------------------------------------------------------- /taskwarrior.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roylez/alfred_taskwarrior/HEAD/taskwarrior.rb --------------------------------------------------------------------------------