From e75242c6f3f58fcf0255aa0caebd5ba83b901481 Mon Sep 17 00:00:00 2001 From: creme Date: Fri, 6 Sep 2019 01:27:57 +0200 Subject: [PATCH] update readme --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7de4550..37521d7 100644 --- a/README.md +++ b/README.md @@ -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|] +User Scripts - envs list - show a list of approved userscripts - envs submit - start the submission flow for your own script - envs about - get the description for script_name - envs - 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 - get the description for script_name + envs - 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 - show a entry from your config + envs set <'value'> - set a entry to your config + envs unset - unset a entry from your config ``` approved scripts are placed in /envs/bin and listed with `envs list`