diff options
| author | Derek Taylor <derek@distrotube.com> | 2021-04-18 13:38:31 -0500 |
|---|---|---|
| committer | Derek Taylor <derek@distrotube.com> | 2021-04-18 13:38:31 -0500 |
| commit | b5b4e45e81067755282775cd9767816734b2dede (patch) | |
| tree | 6c2ad4c9b9f56f96bf68daa03bf3a8c90e4dd58c | |
| parent | Updating to new version. (diff) | |
Updating to new version.
| -rw-r--r-- | colorscript.1 | 50 | ||||
| -rw-r--r-- | colorscript.1.gz | bin | 641 -> 0 bytes |
2 files changed, 50 insertions, 0 deletions
diff --git a/colorscript.1 b/colorscript.1 new file mode 100644 index 0000000..e179e88 --- /dev/null +++ b/colorscript.1 @@ -0,0 +1,50 @@ +.TH "colorscript" "1" + +.SH "NAME" +.PP +colorscript - run various shell color scripts + +.SH "SYNOPSIS" +.PP +colorscript [-OPTION] [SCRIPT NAME] + +.SH "DESCRIPTION" +.PP +colorscript is the program that selects and runs the scripts that were installed with shell-color-scripts. colorscript can be used to run a specific shell color script, or you can use colorscript to run a random shell color script. Many users will want to add the appropriate colorscript command to their bash/fish/zsh configs so that they always get a shell color script when they launch a terminal or enter the shell. + +.SH "OPTIONS" +.SS "-h, --help, help" +.PP +Print this help. +.SS "-l, --list, list" +.PP +List all installed color scripts. +.SS "-r, --random, random" +.PP +Run a random color script. +.SS "-e, --exec, exec" +.PP +Run specified color script by SCRIPT NAME or INDEX. + +.SH "FILES" +.SS "/usr/bin/colorscript" +.PP +The colorscript binary. +.SS "/opt/shell-color-scripts" +.PP +The shell color scripts directory. + +.SH "EXAMPLES" +.SS "colorscript random" +.PP +Runs a random shell colorscript. Add this command to your bash/fish/zsh config file, and now when you open a terminal or start a new shell, you will get a random shell color script displayed. +.SS "colorscript -l" +.PP +Get a complete listing of available shell color scripts. +.SS "colorscript -e NAME" +.PP +Runs a specific shell color script. + +.SH "AUTHOR" +.PP +Derek Taylor (\fIhttps://gitlab.com/dwt1/shell-color-scripts\fP) diff --git a/colorscript.1.gz b/colorscript.1.gz Binary files differdeleted file mode 100644 index 71d04ed..0000000 --- a/colorscript.1.gz +++ /dev/null |