tilde-launcher/README.md

20 lines
682 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
```
wrapper for user-submitted scripts
supports user submission and admin approval
2018-02-20 00:59:49 +00:00
2018-07-18 19:20:56 +00:00
usage: tilde [help|list|submit|about|<script_name>]
2018-02-20 00:59:49 +00:00
2018-07-18 19:20:56 +00:00
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
```
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>`.