You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had become clear that tui has dependencies which are not required for the rest of toot. It would probably be beneficial for the users who don't use the TUI to be able to install toot without these deps. These currently include urwid and urwidgets, but others have been considered.
In the long term tui will be rewritten to Textual which will add other deps.
The text was updated successfully, but these errors were encountered:
FYI, I've been working on a new TUI implementation using Textual for a short time.
Does not yet cover all features of toot tui but slowly getting there. I'm at a point where I can say I like working with Textual much more than i did with Urwid.
Downloaded a copy. Nice! Had a bit of trouble getting it running until I realized Python 3.11+ is obligatory. Then all went well.
I'm surprised how many features are already there and functional. Shouldn't take much to get it to feature-parity with toot. I'll have to look at the code.
I had become clear that tui has dependencies which are not required for the rest of toot. It would probably be beneficial for the users who don't use the TUI to be able to install toot without these deps. These currently include urwid and urwidgets, but others have been considered.
In the long term tui will be rewritten to Textual which will add other deps.
The text was updated successfully, but these errors were encountered: