Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASKBIN env var for taskwarrior task executable. #75

Open
gl-yziquel opened this issue May 26, 2024 · 2 comments
Open

TASKBIN env var for taskwarrior task executable. #75

gl-yziquel opened this issue May 26, 2024 · 2 comments

Comments

@gl-yziquel
Copy link

gl-yziquel commented May 26, 2024

Hi.

I've experienced a name clash between task (taskwarrior executable) and task (form task runner from go-task in go).

Ideally, I would appreciate if the taskwarrior executable could be fed to tasksh using a TASKBIN environment variable. That would allow me to perform a clean resolution of that name clash.

(Otherwise, there are aliases and a whole lot of nonsense that I'd rather not go to if possible).

References:

GothenburgBitFactory/taskwarrior#3463
go-task/task#1672
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071939

@gl-yziquel
Copy link
Author

gl-yziquel commented May 26, 2024

Code fixed here:

https://github.com/gl-yziquel/taskshell/tree/v1.2.0-yziquel

Pull request here:

#76

@gl-yziquel
Copy link
Author

The code below allows to use TASKBIN as a environment variable for the path of taskwarrior executable.

https://github.com/gl-yziquel/taskshell/tree/v1.2.0-yziquel

This helps to circumvent the name clash between go-task's task and taskwarrior's task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant