aboutsummaryrefslogtreecommitdiff
path: root/cli.go
AgeCommit message (Collapse)Author
2021-06-04CLI: Cleanup temp files on exitlawl
Fixes #135
2021-05-19Add support for PipeWirelawl
Warning: Alpha quality. Please manage your expectations.
2021-05-14Don't log to a file anymore. Log to stdout if called with -loglawl
Additionally refactor the CLI a bit more to make that possible
2021-04-16Fix not printing errror messageLorenz
The CLI should print errors to stderr, and not write to the log file.
2021-04-05CLI: Factor CLI out of mainlawl
Our CLI shared some data structures, like the pulseaudio connection with the GUI. This could lead to issues where the UI would break when code on the CLI was changed because the the GUI must handle things differently, by nature of working differently. Add more separation between those, so changes on the CLI are less likely to break the GUI.