mirror of
https://github.com/tildeclub/launcher.git
synced 2026-06-24 17:09:23 +00:00
init forked from https://tildegit.org/team/tilde-launcher
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# `envs` - user script envs-launcher
|
||||
|
||||
forked from [tilde](https://tildegit.org/team/tilde-launcher)
|
||||
|
||||
```
|
||||
wrapper for user-submitted scripts
|
||||
supports user submission and admin approval
|
||||
|
||||
usage: envs [help|list|submit|about|<script_name>]
|
||||
|
||||
envs list - show a list of approved userscripts
|
||||
envs submit - start the submission flow for your own script
|
||||
envs about <script_name> - get the description for script_name
|
||||
envs <script_name> - run script_name with all remaining args are passed to the script
|
||||
```
|
||||
|
||||
approved scripts are placed in /envs/bin and listed with `envs list`
|
||||
|
||||
submissions use sendmail to notify an admin.
|
||||
|
||||
admins can use `sudo launcher approve` and `sudo launcher revoke <script_name>`.
|
||||
Reference in New Issue
Block a user