2023-02-03 04:17:40 +01:00
|
|
|
#!/usr/bin/python3 -d
|
|
|
|
|
"""
|
|
|
|
|
This file is part of Linspector (https://linspector.org/)
|
|
|
|
|
Copyright (c) 2023 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
|
2023-02-23 10:26:44 +01:00
|
|
|
See LICENSE for more details.
|
2023-02-03 04:17:40 +01: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.
|