A tool for batch management of Linux Screen.
PyPI PyPI - Downloads GitHub Codecov
screenctl is a tool that can create, delete, stat screens in batch through a specified json configuration. A web-based admin page is in planning.
# BE SURE YOU HAVE INSTALLED 'SCREEN' # plan to release on pypi thus you can install it via pip pip install screenctl # to be done
$ python screenctl.py -h usage: screenctl.py [-h] [-c CONF] [-v] action Controller for screen positional arguments: action create, delete, stat, server optional arguments: -h, --help show this help message and exit -c CONF, --conf CONF path to configuration -v, --verbose show verbose output
- v0.0.1: 2022年11月28日 01:50
- support basic
create,deleteandstat.
- support basic
- v0.0.2: 2023年01月26日 21:20
- update README and release on pypi.
- v0.0.3: 2023年01月26日 21:55
- fix a tiny bug and release.
- v0.0.4: 2023年01月26日 22:05
- update README page. (it requires anothor version even for such a readme-update ...)
- v0.0.5: 2023年02月21日 20:25
- v0.0.6: 2023年02月21日 21:15
- fix a typo bug in line 68 in screenctl.py
Welcome stars and contributions!