The TUI has been rewritten using urwid instead of asciimatics. The MVC pattern was also used to help increase organization and readability.
The mouse has been disabled, which allows users to easily copy text from the terminal.
Terms are now sorted when displayed, for both the CLI and the TUI.
Closes #44.
Closes #47.
Closes #49.
Closes #50.
The TUI has been rewritten using urwid instead of asciimatics. The MVC pattern was also used to help increase organization and readability.
The mouse has been disabled, which allows users to easily copy text from the terminal.
Terms are now sorted when displayed, for both the CLI and the TUI.
Tried it on corn-syrup and is working. Functionality wise it LGTM.
The weird grid pattern in the background when terminal size is too big renders pretty badly on my screen (probably doesn't show in the screenshot). Does urwid only support fixed size? If making the tui responsive isn't possible, can the background colour be changed to a more solid one?
Also, clearning the terminal after quitting might not be a bad idea.
Tried it on corn-syrup and is working. Functionality wise it LGTM.
The weird grid pattern in the background when terminal size is too big renders pretty badly on my screen (probably doesn't show in the screenshot). Does urwid only support fixed size? If making the tui responsive isn't possible, can the background colour be changed to a more solid one?

Also, clearning the terminal after quitting might not be a bad idea.
Closes #44.
Closes #47.
Closes #49.
Closes #50.
The TUI has been rewritten using urwid instead of asciimatics. The MVC pattern was also used to help increase organization and readability.
The mouse has been disabled, which allows users to easily copy text from the terminal.
Terms are now sorted when displayed, for both the CLI and the TUI.
There's a preview on corn-syrup if you want to test it out:
Tried it on corn-syrup and is working. Functionality wise it LGTM.
The weird grid pattern in the background when terminal size is too big renders pretty badly on my screen (probably doesn't show in the screenshot). Does urwid only support fixed size? If making the tui responsive isn't possible, can the background colour be changed to a more solid one?
Also, clearning the terminal after quitting might not be a bad idea.
Background was changed to light cyan.
Also fixed some formatting issues.
Yep that looks a lot better now. LGTM
b543f0eb0c
into master 10 months agoReviewers
b543f0eb0c
.