7 Commits

Author SHA1 Message Date
xbl
7ca9795a39 modified: .gitignore
modified:   README.md
	new file:   install.sh
	renamed:    config.py -> lib/constants.py
	renamed:    cvars.py -> lib/cvars.py
	renamed:    formatter.py -> lib/formatter.py
	renamed:    network.py -> lib/network.py
	renamed:    parser.py -> lib/parser.py
	renamed:    qlpycon_config.py -> lib/settings.py
	renamed:    state.py -> lib/state.py
	renamed:    ui.py -> lib/ui.py
	modified:   main.py
	modified:   qlpycon.bash
	new file:   qlpycon.conf.example
2026-06-13 10:21:29 +02:00
xbl
be6ae8d137 modified: qlpycon.bash 2026-06-12 20:52:10 +02:00
pfl
f75adac97a Optimize patterns and improve script configurability
- Add pre-compiled regex pattern for color codes
- Add SPECIAL_CHAR constant (chr(25)) for clarity
- Move time import to module level in parser
- Centralize color code stripping via strip_color_codes()
- Make qlpycon.bash fully configurable (workdir, serverip)
- Add validation checks for workdir and venv
- Fix port numbers in help text (28960-28969)
2026-01-09 13:51:53 +01:00
pfl
224782467d qlpycon.bash 2026-01-09 13:40:59 +01:00
pfl
182f94abb2 quit on quit! 2026-01-09 13:28:29 +01:00
xbl
7d5210214a salidu 2026-01-09 13:17:30 +01:00
xbl
8d8a729490 changez 2026-01-02 17:05:57 +01:00