mirror of
https://github.com/ThunixdotNet/tilde-launcher.git
synced 2026-01-24 05:10:18 +00:00
Update README.md
This commit is contained in:
20
README.md
20
README.md
@@ -1,15 +1,21 @@
|
|||||||
# `tilde` - user script tilde-launcher
|
# `tilde` - user script tilde-launcher
|
||||||
|
|
||||||
```
|
```
|
||||||
wrapper for user-submitted scripts
|
Usage: tilde [options] [command]
|
||||||
supports user submission and admin approval
|
|
||||||
|
|
||||||
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
|
Commands:
|
||||||
tilde submit - start the submission flow for your own script
|
list Show a list of approved user scripts
|
||||||
tilde about <script_name> - get the description for script_name
|
submit Start the submission flow for your own script
|
||||||
tilde <script_name> - run script_name with all remaining args are passed to the 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`
|
approved scripts are placed in /tilde/bin and listed with `tilde list`
|
||||||
|
|||||||
Reference in New Issue
Block a user