pyceo/ceo/tui
Max Erenberg b543f0eb0c
continuous-integration/drone/push Build is passing Details
Rewrite TUI (#52)
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.

Reviewed-on: #52
2022-05-22 14:09:46 -04:00
..
controllers Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
models Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
views Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
__init__.py add skeleton for TUI 2021-09-04 23:05:19 +00:00
app.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
start.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00
utils.py Rewrite TUI (#52) 2022-05-22 14:09:46 -04:00