update readme

This commit is contained in:
creme 2019-09-06 01:27:57 +02:00
parent 6bb2348f53
commit e75242c6f3
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 17 additions and 7 deletions

View File

@ -3,15 +3,25 @@
forked from [tilde](https://tildegit.org/team/tilde-launcher)
```
wrapper for user-submitted scripts
supports user submission and admin approval
wrapper for user-submitted scripts and users_info.json entrys
supports user settings, submission and admin approval
usage: envs [help|list|submit|about|<script_name>]
User Scripts
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
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
User json-File Infomations
usage: envs [show]|[edit]|[get name]|[set name value]|[unset name]
envs show - show your config file
envs edit - edit your config file
envs get <entry> - show a entry from your config
envs set <entry> <'value'> - set a entry to your config
envs unset <entry> - unset a entry from your config
```
approved scripts are placed in /envs/bin and listed with `envs list`