mirror of
https://codeberg.org/Libre_Workspace/libre-workspace-tools.git
synced 2026-07-25 06:39:54 +00:00
No description
- Python 94.1%
- Shell 5.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| deb/DEBIAN | ||
| src/usr/bin | ||
| .gitignore | ||
| build_deb.sh | ||
| LICENSE | ||
| README.md | ||
Libre Workspace Tools
This repository contains common command-line utility tools used across the Libre Workspace ecosystem.
Included Tools
libre-workspace-generate-secret: A simple utility script to generate random cryptographic secrets and passwords.libre-workspace-config-tool: A Python script to query and update configuration files of various formats (conf, rc, space-separated, etc.) supporting sectioning and commenting.
Building the Package
To build the Debian package (libre-workspace-tools.deb), run the build script:
bash build_deb.sh
The output package will be located at build/libre-workspace-tools.deb.