3
0
Fork 0

Update README.md

This commit is contained in:
deepend 2023-08-02 20:33:17 +00:00
parent a1d2d5e8ba
commit c5f5010cce
1 changed files with 13 additions and 7 deletions

View File

@ -1,15 +1,21 @@
# `tilde` - user script tilde-launcher
```
wrapper for user-submitted scripts
supports user submission and admin approval
Usage: tilde [options] [command]
usage: tilde [help|list|submit|about|<script_name>]
Options:
-h, --help Show this help message and exit
-v, --version Show version information
tilde list - show a list of approved userscripts
tilde submit - start the submission flow for your own script
tilde about <script_name> - get the description for script_name
tilde <script_name> - run script_name with all remaining args are passed to the script
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`