Tilde program launcher
Go to file
Tilde Black Admin e1ed2c2309 mail addresses use variables for host portability 2020-06-11 01:09:03 +00: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 2018-07-18 15:20:56 -04:00
tilde mail addresses use variables for host portability 2020-06-11 01:09:03 +00:00
tilde.1 add makefile and manpage 2018-09-05 21:20:34 -04:00

README.md

tilde - user script tilde-launcher

wrapper for user-submitted scripts
supports user submission and admin approval

usage: tilde [help|list|submit|about|<script_name>]

  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

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>.