From: Armaan Bhojwani Date: Sun, 30 May 2021 18:13:21 +0000 (-0400) Subject: Write more manpages X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=be7d1d21da5e91afad56ab0e14cbf22a561a5779 Write more manpages --- diff --git a/man/fix-flatpak-theme b/man/fix-flatpak-theme new file mode 100644 index 0000000..832cedf --- /dev/null +++ b/man/fix-flatpak-theme @@ -0,0 +1,14 @@ +fix-flatpak-theme(1) + +# NAME +fix-flatpak-theme - copy host GTK3 theme settings into flatpaks + +# SYNOPSIS +*fix-flatpak-theme* + +# DESCRIPTION +Simply copies your GTK settings into your flatpak's config directories. Requires +the wanted themes to be installed via a flatpak as well. + +# LICENSE +MIT License 2017 Abiola Ibrahim, 2020-2021 Armaan Bhojwani. \ No newline at end of file diff --git a/man/fmt-music.1.scd b/man/fmt-music.1.scd new file mode 100644 index 0000000..066dcd1 --- /dev/null +++ b/man/fmt-music.1.scd @@ -0,0 +1,16 @@ +fmt-music(1) + +# NAME +fmt-music - flatten a hierarchy of music files + +# SYNOPSIS +*fmt-music* [directory] + +# DESCRIPTION +Converts a directory of music organized as /artist/album/track to +/artist-album-track. This is a bit easier for machines to parse, and some music +players require it. + +# COPYRIGHT +This is free and unencumbered software released into the public domain. For more +information, please refer to . \ No newline at end of file diff --git a/man/fortune-cgi.1.scd b/man/fortune-cgi.1.scd new file mode 100644 index 0000000..52cb30c --- /dev/null +++ b/man/fortune-cgi.1.scd @@ -0,0 +1,29 @@ +fortune-cgi(1) + +# NAME +*fortune-cgi* - show fortunes in the browser + +# SYNOPSIS +Run with your favorite web server + +# DESCRIPTION +fortune-cgi shows the output of the fortune + command, and the phrases + command, optionally piped through cowsay. + +# URL SCHEME +*/* + Plain fortune + +*/cowsay* + Fortune piped through cowsay + +*/latin* + Latin famous phrase + +*/latin-cowsay* + Latin famous phrase piped through cowsay + +# COPYRIGHT +This is free and unencumbered software released into the public domain. For more +information, please refer to . \ No newline at end of file diff --git a/man/git-mirror.1.scd b/man/git-mirror.1.scd new file mode 100644 index 0000000..17242bc --- /dev/null +++ b/man/git-mirror.1.scd @@ -0,0 +1,24 @@ +git-mirror(1) + +# NAME +git-mirror - mirror some git repositories with a web interface + +# SYNOPSIS +*git-mirror* run [path to repo] [path to log file] [html directory] [sleep + duration] +*git-mirror* gen-url [path to repo] +*git-mirror* help + +# DESCRIPTION +Mirrors git repositories and generates a web interface with stagit. My personal +fork is reccomended . Globs are supported where +paths are asked for. This used to be used for , however +I have since switched to cgit, which is a better solution for mirrors with a +large number of repositories. + +# BUGS +Very hard to stop once running. + +# COPYRIGHT +This is free and unencumbered software released into the public domain. For more +information, please refer to . \ No newline at end of file diff --git a/man/morse.1.scd b/man/morse.1.scd index 2177edf..c10cc30 100644 --- a/man/morse.1.scd +++ b/man/morse.1.scd @@ -8,7 +8,7 @@ morse - translate morse code *morse* [ASCII text] -# Description +# DESCRIPTION Morse reads ASCII text from the STDIN or the command line arguments, and code. Note that there no help command. A "?" will be printed when there is no morse code translation for the input character. diff --git a/man/patch-zoom.1.scd b/man/patch-zoom.1.scd new file mode 100644 index 0000000..d96eb05 --- /dev/null +++ b/man/patch-zoom.1.scd @@ -0,0 +1,14 @@ +patch-zoom(1) + +# NAME +patch-zoom - patch a Zoom.us .deb package to remove ibus dependency + +# SYNOPSIS +*patch-zoom* [path to .deb file] + +# DESCRIPTION +Zoom.us .deb packages have an annoying ibus dependency that really isn't +neaded. This script patches it out and installs it. + +# COPYRIGHT +Improved from https://hashman.ca/zoom by Armaan Bhojwani. \ No newline at end of file diff --git a/man/scoop-cgi.1.scd b/man/scoop-cgi.1.scd index 0a12a7b..e3b6ee0 100644 --- a/man/scoop-cgi.1.scd +++ b/man/scoop-cgi.1.scd @@ -11,6 +11,18 @@ june's scooper is a great, full-featured web interface to litterbox, however it is relatively complex. The plaintext output of scoop is good enough for me. This script just makes it accesible via the web. Requires scoop and litterbox. +# URL SCHEME +*/* + Home page + +*/channel* + Logs from channel from today + +*/channel/date* + Logs from channel from specified date. The date is passed through the date + command so on systems running the GNU coreutils, keywords like "last-thursday" + will work, however for portability, using ISO8601 (YYYY-MM-DD) is safest. + # CONFIGURATION There are two config files that go in /etc/scoop-cgi/channels, and /etc/scoop-cgi/database. The channels file has a list of channels for which diff --git a/man/signal-finder.1.scd b/man/signal-finder.1.scd new file mode 100644 index 0000000..cf01542 --- /dev/null +++ b/man/signal-finder.1.scd @@ -0,0 +1,18 @@ +signal-finder(1) + +# NAME +signal-finder - find published Signal APKs + +# SYNOPSIS +*signal-finder* + +# DESCRIPTION +Signal doesn't publish the APKs for every release of the app, so this program +lets you find a list of versions which are downloadable. + +# BUGS +Downloads the entire APK when it finds one, wasting time and bandwitdth (~70mb). + +# COPYRIGHT +This is free and unencumbered software released into the public domain. For more +information, please refer to . \ No newline at end of file diff --git a/man/tides.1.scd b/man/tides.1.scd new file mode 100644 index 0000000..3bc65a0 --- /dev/null +++ b/man/tides.1.scd @@ -0,0 +1,15 @@ +tides(1) + +# NAME +tides - no BS fetch program + +# SYNOPSIS +*tides* + +# DESCRIPTION +Yet Another (tm) crappy little fetch program. No real practical uses, just use +pfetch or ufetch or whatever the kids are doing nowadays. + +# COPYRIGHT +This is free and unencumbered software released into the public domain. For more +information, please refer to . \ No newline at end of file diff --git a/man/tweet-cgi.1.scd b/man/tweet-cgi.1.scd new file mode 100644 index 0000000..e4b3828 --- /dev/null +++ b/man/tweet-cgi.1.scd @@ -0,0 +1,18 @@ +tweet-cgi(1) + +# NAME +tweet-cgi - show a user's latest tweet + +# SYNOPSIS +Run with your favorite web server + +# ENVIRONMENT +*INSTANCE* + Determines the Nitter instance to use. Defaults to https://nitter.fdn.fr. + +*USER* + Determines user to grab tweets from. Defaults to keshinko. + +# COPYRIGHT +This is free and unencumbered software released into the public domain. For more +information, please refer to . \ No newline at end of file diff --git a/man/xdg-default-browser.1.scd b/man/xdg-default-browser.1.scd new file mode 100644 index 0000000..3e361ad --- /dev/null +++ b/man/xdg-default-browser.1.scd @@ -0,0 +1,15 @@ +xdg-default-browser(1) + +# NAME +xdg-default-browser - set the default web browser + +# SYNOPSIS +*xdg-default-browser* [browser] + +# DESCRIPTION +Sets the first argument to the default web browser. The name of the browser +should be the same as it's .desktop file. + +# COPYRIGHT +This is free and unencumbered software released into the public domain. For more +information, please refer to . \ No newline at end of file