kdheepak / taskwarrior-tui

`taskwarrior-tui`: A terminal user interface for taskwarrior
https://kdheepak.com/taskwarrior-tui
MIT License
1.48k stars 68 forks source link

`taskwarrior-tui` cli options / args #548

Open adriangalilea opened 5 months ago

adriangalilea commented 5 months ago

description

I open taskwarrior-tui from helix in a tmux popup window, this kind of window don't retain context so everytime I want to check my tasks for the project I'm working on I get everything which is the opposite of what I want since it distracts me with tasks that are not relevant now.

solution

allow for something like: taskwarrior-tui -p foo to start on a specific project taskwarrior-tui -c bar to start on a specific context

So when the tui opens it's already where I want it to be, plus it would allow scripting(which is why I want this.)

consider I just learned about taskwarrior today, so there may be other potentially helpful options like tags and whatnot that may be good to add.