Replies: 2 comments 2 replies
-
Hi @nnako! The core taskwarrior does not depend on any terminal UI library, and should work just fine on Windows either using Cygwin or WSL. Perhaps you're having trouble with community extensions, such as |
Beta Was this translation helpful? Give feedback.
-
Hi again, I finally was able to successfully build I would be eager to understand the current technical problems / restrictions and their causes. As soon as I do, maybe I could try to support in finding a solution? |
Beta Was this translation helpful? Give feedback.
-
I am a Windows user. Not, because I wish to be but because my working environment forces me to. Reading the documentation for getting started with TaskWarrior on Windows, I discovered that there seem to be the same problems as many other tools have. All these tools are at least partly developed using Python and use some
curses
-related packages likeblessings
,urwid
,npyscreen
, ...Now, I was wondering if there was some other experiences regarding providing "better" support for the native
batch terminal
on Windows computers (no need for MSYS, CYGWIN, ...). From my personal experience, there are definitely alternatives to thecurses
ecosystem. These alternatives provide good and stable native terminal access on Windows machines without complex installation procedures. Even with nicely colored outputs and able to use the various unicode characters. Examples of these alternative packages are:prompt-toolkit
rich
So,
curses
-related packages in Python?prompt-toolkit
and thus get rid of these problems? Would there be other obstacles for this approach?Beta Was this translation helpful? Give feedback.
All reactions