add: native Windows support.#62
add: native Windows support.#62xarthurx wants to merge 4 commits intoGothenburgBitFactory:developfrom xarthurx:develop
Conversation
|
Hey @xarthurx thanks so much for the PR! I wonder if we could achieve this in a more generic way through a new parameter to the That way we can support other platforms or even folks who have What do you think? |
|
@robgolding Hey, thanks for the reply. From my perspective, since TaskWarrior is almost universal supported across unix based system, there seems to be no need for that. And for the WSL part, it is not a programme-specific problem, but more a platform issue. So even make the command as I personally prefer the But of course if you have more user-case in mind, there definitely will be better ways to get more general support. |
|
Hey @xarthurx! I mean the |
|
Sure, I'm glad to do it~
…On Mon, 6 May 2019 at 16:46, Rob Golding ***@***.***> wrote:
Hey @xarthurx <https://github.com/xarthurx>! I mean the task binary
location (e.g. if it's located at /opt/taskwarrior/bin/task or
something). I'll work up an alternative PR which maybe you could test out
on WSL?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOVGVUMYD2KDNTMY7TIX3LPUBACPANCNFSM4HKMOWQQ>
.
--
MA Zhao
*"SAVE PAPER - PLEASE THINK BEFORE YOU PRINT!"*
|
|
Hi @robgolding, I test your PR #63 and it works great with the custom Based on this: https://taskwarrior.org/docs/configuration.html
As I cannot add things to your PR, I appended it here. And please let me know if you have other questions. |
|
Thanks @xarthurx! I wonder if they use a different symbol on Unix vs Windows, because it's definitely always worked with a colon before 😅 . E.g.: However with One thing we can do instead, though, is use the |
|
Superseded by #63 |
for applications that exist in native Windows python, run
wsl TaskWarriorcommand from native Windows cmd will work.