tilde-launcher/README.md

26 lines
872 B
Markdown
Raw Permalink Normal View History

2018-07-18 19:20:56 +00:00
# `tilde` - user script tilde-launcher
2018-02-20 00:59:49 +00:00
2018-07-18 19:20:56 +00:00
```
2023-08-02 20:33:17 +00:00
Usage: tilde [options] [command]
2018-02-20 00:59:49 +00:00
2023-08-02 20:33:17 +00:00
Options:
-h, --help Show this help message and exit
-v, --version Show version information
2018-02-20 00:59:49 +00:00
2023-08-02 20:33:17 +00:00
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.
2018-07-18 19:20:56 +00:00
```
2018-02-20 00:59:49 +00:00
2018-07-18 19:20:56 +00:00
approved scripts are placed in /tilde/bin and listed with `tilde list`
2018-02-20 00:59:49 +00:00
2018-07-18 19:20:56 +00:00
submissions use sendmail to notify an admin.
2018-02-20 00:59:49 +00:00
2018-07-18 19:20:56 +00:00
admins can use `sudo tilde approve` and `sudo tilde revoke <script_name>`.