3
0
Fork 0
Tilde program launcher
Go to file
deepend 5238bd8b02 fixed getting old help screen in certain scenarios 2023-08-02 14:55:56 -06:00
LICENSE Initial commit 2018-02-19 16:59:20 -08:00
Makefile add makefile and manpage 2018-09-05 21:20:34 -04:00
README.md Update README.md 2023-08-02 20:33:17 +00:00
tilde fixed getting old help screen in certain scenarios 2023-08-02 14:55:56 -06:00
tilde.1 improvements 2023-08-02 14:27:33 -06:00

README.md

tilde - user script tilde-launcher

Usage: tilde [options] [command]

Options:
  -h, --help         Show this help message and exit
  -v, --version      Show version information

Commands:
  list               Show a list of approved user scripts
  submit             Start the submission flow for your own script
  about <script>     Show description and details of a specific script
  approve            Enter the approval queue for pending scripts (requires root)
  revoke <script>    Revoke a previously approved script (requires root)
  run <script>       Run an approved script

Please add /tilde/bin to your PATH to use approved scripts without this wrapper.

approved scripts are placed in /tilde/bin and listed with tilde list

submissions use sendmail to notify an admin.

admins can use sudo tilde approve and sudo tilde revoke <script_name>.