Tons of fixes, improvements and ideas...

This commit is contained in:
Johannes Findeisen 2023-02-03 04:17:40 +01:00
commit d7192913e0
44 changed files with 71 additions and 78 deletions

9
bin/litui Normal file
View file

@ -0,0 +1,9 @@
#!/usr/bin/python3 -d
"""
This file is part of Linspector (https://linspector.org/)
Copyright (c) 2023 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
See LICENSE.txt for more details.
"""
# TODO: Make this a curses style TUI interface for Linspector using urwid or maybe some more modern
# framework like textual. Look at the Lish code for more details about backend implementation and
# the general idea for implementing Linspector clients.