You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like that lgsm supports some kind of output thats easily pipable or digestable by scripts. While the current way lgsm outputs information is pretty on a tty, systemd cannot
make sense of it.
Examples:
LGSM Output:
What Systemd / journalctl displays:
Basic info
Distro: Any with SystemD
Game: Any
Command: monitor, others also applicable
Further Information
IMO there is 2 ways to do this.
Detect if you are on a tty, and if not simply output all the information in a "non" pretty way, line by line
Instead of detecting if you are on a tty give the user a command line switch to get the result.
Further Reading
At the moment i use this systemd service & timer to "monitor" every 6hrs.
Issue-Label Bot is automatically applying the label type: feature request to this issue, with a confidence of 0.95. Please mark this comment with 👍 or 👎 to give our bot feedback!
HeapUnderfl0w
changed the title
Have a non-pretty output thats usable from within scripts or piped output
Have a non-pretty output thats usable from within scripts or piped tty
Aug 25, 2019
User Story
I would like that lgsm supports some kind of output thats easily pipable or digestable by scripts. While the current way lgsm outputs information is pretty on a tty, systemd cannot
make sense of it.
Examples:
LGSM Output:

What Systemd / journalctl displays:

Basic info
Further Information
IMO there is 2 ways to do this.
Further Reading
At the moment i use this systemd service & timer to "monitor" every 6hrs.
( this is in relation to #2145 )
The text was updated successfully, but these errors were encountered: