File header alignment. (0.25.1)
This commit is contained in:
parent
f6c42040bb
commit
1b11cfdadc
47 changed files with 137 additions and 110 deletions
|
|
@ -1,9 +1,10 @@
|
|||
#!/usr/bin/python3 -d
|
||||
"""
|
||||
This file is part of Linspector (https://linspector.org/)
|
||||
Copyright (c) 2022-2023 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
|
||||
See LICENSE (MIT license).
|
||||
Copyright (c) 2013-2023 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
|
||||
See LICENSE.
|
||||
"""
|
||||
|
||||
# TODO: VERY IMPORTANT! IMPLEMENT ERROR HANDLING ALL THE WAY...!!!
|
||||
# Only exit execution on critical core errors. Do not exit when monitors are failing on
|
||||
# configuration and execution, but log these errors.
|
||||
|
|
|
|||
5
bin/lish
5
bin/lish
|
|
@ -1,9 +1,10 @@
|
|||
#!/usr/bin/python3 -d
|
||||
"""
|
||||
This file is part of Linspector (https://linspector.org/)
|
||||
Copyright (c) 2022 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
|
||||
See LICENSE (MIT license).
|
||||
Copyright (c) 2013-2023 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
|
||||
See LICENSE.
|
||||
"""
|
||||
|
||||
# TODO: Make use of the "rich" library to for rich text and beautiful formatting in the terminal.
|
||||
import argparse
|
||||
# TODO: Remove logging in the client and barf output to the terminal directly in Lish. Implement a
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
#!/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 for more details.
|
||||
Copyright (c) 2013-2023 Johannes Findeisen <you@hanez.org>. All Rights Reserved.
|
||||
See LICENSE.
|
||||
"""
|
||||
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue