Add command line switch to pueue add
to specificy current working directory.
#227
Labels
t: Feature
A new feature that needs implementation
Is your feature request related to a problem? Please describe.
I often have many tmux windows open and i'm not always conscience which directory i'm in. Then i add a task to pueue and the output goes into the directory i happen to be. I'd like to be able to explicitly specify a current working directory for the command added so it can be consistent and explicit, rather than implicit from wherever the task was added to pueue.
Describe the solution you'd like
A command line option to
pueue add
such as-C
to change the current working directory of the command that will be added to the queue.Describe alternatives you've considered
simply try to execute
pueue add
in the same directory every time.Additional context
This is a feature i could implement if you want to move forward.
The text was updated successfully, but these errors were encountered: