blindFS / vim-taskwarrior

vim interface for taskwarrior
Other
518 stars 42 forks source link

How to start vim-taskwarrior? #122

Open Pupo1 opened 8 years ago

Pupo1 commented 8 years ago

I hope this question is not too dumb, but I don't know how to start it. I can start vim and then enter :TW, and my tasks are popping up. But I have no idea how to start up that interface shown on the screenshots.

sanjayankur31 commented 8 years ago

You just use different reports. For example, you press "r" and then type in "minimal" and you'll get the report. There are various reports available in taskwarrior.

task reports

https://taskwarrior.org/docs/report.html

krishvk commented 7 years ago

See the commands

https://github.com/blindFS/vim-taskwarrior#commands

:TW [args] " task [filter report arguments] :TWUndo " undo the previous modification :TWEditTaskrc " edit ~/.taskrc :TWEditVitrc " edit ~/.vitrc :TWDeleteCompleted " clear all completed tasks :TWAdd " add new tasks interactively :TWAnnotate " add an annotation :TWComplete " mark task done :TWDelete " deleta a task :TWDeleteAnnotation " delete an annotation :TWModifyInteractive " make changes to a task interactively (use with caution!) :TWReportInfo " run the info report :TWReportSort [args] " overide the sort method, reset to default if no arguments passed :TWSync " synchronise with taskd server :TWToggleReadonly " toggle readonly option :TWToggleHLField " toggle highlight field option :TWHistory " list history records using unite.vim :TWHistoryClear " clear history :TWBookmark " list bookmarks using unite.vim :TWBookmarkClear " clear bookmarks

joelostblom commented 7 years ago

You can run vim -c 'TW' from shell if you want one command to both enter vim and run vim-taskwarrior.

ryantuck commented 7 years ago

I too had no idea how to start actually using this.

i'd propose adding the following somewhere near the top of the readme:

## Quickstart

From within vim: `:TW`