user script submission manager
Go to file
creme eb99e04547
update git url
2019-08-06 19:24:30 +02:00
LICENSE init forked from https://tildegit.org/team/tilde-launcher 2019-07-29 21:20:14 +02:00
Makefile init forked from https://tildegit.org/team/tilde-launcher 2019-07-29 21:20:14 +02:00
README.md more typo fixes 2019-07-29 22:07:50 +02:00
envs small correction 2019-08-01 22:20:13 +02:00
envs.1 update git url 2019-08-06 19:24:30 +02:00

README.md

envs - user script envs-launcher

forked from tilde

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 envs approve and sudo envs revoke <script_name>.