Open Pupo1 opened 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
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
You can run vim -c 'TW'
from shell if you want one command to both enter vim and run vim-taskwarrior.
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`
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.