linspector/bin/litui

10 lines
439 B
Text
Raw Permalink Normal View History

#!/usr/bin/python3 -d
"""
This file is part of Linspector (https://linspector.org/)
2023-08-22 02:53:50 +02:00
Copyright (c) 2013-2023 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
See LICENSE.
"""
2023-08-22 02:53:50 +02:00
# 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.