From 8c4116c83812e8a2cbd702de705325d27ec08678 Mon Sep 17 00:00:00 2001 From: creme Date: Fri, 6 Sep 2019 16:54:44 +0200 Subject: [PATCH] update man and Readme --- README.md | 4 +++- envs | 2 +- envs.1 | 25 ++++++++++++++++++++++--- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 37521d7..a7b812f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `envs` - user script envs-launcher +# `envs` - manage users_info.json entrys and user-submitted scripts forked from [tilde](https://tildegit.org/team/tilde-launcher) @@ -29,3 +29,5 @@ approved scripts are placed in /envs/bin and listed with `envs list` submissions use sendmail to notify an admin. admins can use `sudo envs approve` and `sudo envs revoke `. + +users can also manage youre `users_info.json` entrys from the `~/.envs`-file. diff --git a/envs b/envs index e095aea..00fa400 100755 --- a/envs +++ b/envs @@ -1,6 +1,6 @@ #!/usr/bin/env bash # --------------------------------------------------------------------------- -# envs - manage users_info.json entrys and user-submitted scripts and apps +# envs - manage users_info.json entrys and user-submitted scripts # forked from tilde.team # Copyright 2018-2019, Ben Harris diff --git a/envs.1 b/envs.1 index 8b6e061..779ec58 100644 --- a/envs.1 +++ b/envs.1 @@ -1,6 +1,7 @@ -.TH envs 1 "9 June 2019" "v0.0.1" +.TH envs 1 "06 September 2019" "v0.0.4" .SH NAME -envs \- user script wrapper and submission tool +envs \- wrapper for user-submitted scripts and users_info.json entrys +supports user settings, submission and admin approval .SH SYNOPSIS .B envs [options] (scriptname) .P @@ -12,6 +13,8 @@ the wrapper feature. users can submit any script in their ~/bin directory which will be mailed to admins for review. + +users can also manage youre `users_info.json` entrys from the `~/.envs`-file. .SH USAGE .TP .B envs list @@ -25,9 +28,25 @@ Submit a script from your ~/bin directory .TP .B envs about [scriptname] Get the submitter's description for a script. +.B envs show +show your config file +.TP +.B envs edit +edit your config file +.TP +.B envs get +show a entry from your config +.TP +.B envs set <'value'> +set a entry to your config +.TP +.B envs unset +unset a entry from your config +.TP .SH DEPENDENCIES None. .SH BUGS None known. Please submit to https://git.envs.net/envs/envs_launcher/issues .SH AUTHOR -Ben Harris +Ben Harris +Sven Kinne