launcher/tilde.1

54 lines
1.2 KiB
Groff
Raw Normal View History

2019-09-22 19:03:24 +00:00
.TH tilde 1 "06 September 2019" "v0.0.4"
.SH NAME
2019-09-22 19:03:24 +00:00
tilde \- wrapper for user-submitted scripts and users_info.json entrys
2019-09-06 14:54:44 +00:00
supports user settings, submission and admin approval
.SH SYNOPSIS
2019-09-22 19:03:24 +00:00
.B tilde [options] (scriptname)
.P
.SH DESRIPTION
2019-09-22 19:03:24 +00:00
.B tilde
is a wrapper around user-submitted scripts.
2019-09-22 19:03:24 +00:00
any accepted script in /tilde/bin can be run with
the wrapper feature.
users can submit any script in their ~/bin directory
which will be mailed to admins for review.
2019-09-06 14:54:44 +00:00
2019-09-22 19:03:24 +00:00
users can also manage your `users_info.json` entries from the `~/.tilde`-file.
.SH USAGE
.TP
2019-09-22 19:03:24 +00:00
.B tilde list
List all available scripts in /tilde/bin
.TP
2019-09-22 19:03:24 +00:00
.B tilde [scriptname]
Run scriptname.
.TP
2019-09-22 19:03:24 +00:00
.B tilde submit
Submit a script from your ~/bin directory
.TP
2019-09-22 19:03:24 +00:00
.B tilde about [scriptname]
Get the submitter's description for a script.
2019-09-06 15:29:44 +00:00
.TP
2019-09-22 19:03:24 +00:00
.B tilde show
2019-09-06 14:54:44 +00:00
show your config file
.TP
2019-09-22 19:03:24 +00:00
.B tilde edit
2019-09-06 14:54:44 +00:00
edit your config file
.TP
2019-09-22 19:03:24 +00:00
.B tilde get <entry>
2019-09-06 14:54:44 +00:00
show a entry from your config
.TP
2019-09-22 19:03:24 +00:00
.B tilde set <entry> <'value'>
2019-09-06 14:54:44 +00:00
set a entry to your config
.TP
2019-09-22 19:03:24 +00:00
.B tilde unset <entry>
2019-09-06 14:54:44 +00:00
unset a entry from your config
.SH DEPENDENCIES
None.
.SH BUGS
2019-09-22 19:03:24 +00:00
None known. Please submit to https://github.com/tildeclub/launcher
.SH AUTHOR
2019-09-06 14:54:44 +00:00
Ben Harris <ben (at) tilde (dot) team>
2019-09-06 15:29:44 +00:00
2019-09-06 14:54:44 +00:00
Sven Kinne <creme (at) envs (dot) net>