Commit Graph

8 Commits

Author SHA1 Message Date
Jake Bauer 1721c755be Bump version number 2023-11-27 21:12:04 +01:00
Jake Bauer 0d523bc5ed Add Jenkins build status to README 2023-11-27 20:56:45 +01:00
Jake Bauer 7fb00175b9 Set repository up for compilation with crdx/pyinstaller
According to: https://github.com/cdrx/docker-pyinstaller/blob/master/README.md
2023-11-27 18:45:09 +01:00
Jake Bauer a47cb77e03 Check in Jenkinsfile
It's much nicer to be able to edit it as part of the project instead of
needing to use the web interface.
2023-11-27 18:21:31 +01:00
Jake Bauer dff281a84c Make select print statements more "pythonic" 2023-11-16 15:18:00 +01:00
Jake Bauer 3c12d9894a Prettify refresh printout
Make the CR happen at the end of printout instead of the start, so the
cursor doesn't look like it's jumping all over the line.
2023-11-02 14:33:28 +01:00
Jake Bauer bbda9b9ed9 Allow for browser program to contain arguments
This specifically fixes opening firefox in a flatpak, where previously
fenen would error if the browser option was set to something like:

	flatpak run org.mozilla.firefox

This fix also makes the "program not found" error more user friendly and
allows fenen to keep running even if the browser program was not found.
2023-11-02 14:29:12 +01:00
Jake Bauer e1c34dc059 Initial checkin 2023-07-26 18:11:46 -04:00