A set of POSIX* shell scripts designed for personal use. No guarantees when it comes to quality, as these are also used for various minor experiments of mine.
Go to file
Mid Favila 6e93011f0d Add section for rand. 2022-01-26 14:36:27 -04:00
LICENSE Initial commit. 2021-06-30 00:22:57 -03:00
Links Initial commit. 2021-06-30 00:22:57 -03:00
README add rand 2022-01-26 14:35:48 -04:00
TODO Add section for rand. 2022-01-26 14:36:27 -04:00
bach Add an older tool I wrote ages ago. 2021-06-30 00:43:11 -03:00
fpm Initial commit. 2021-06-30 00:22:57 -03:00
fpv Initial commit. 2021-06-30 00:22:57 -03:00
gasutc Initial commit. 2021-06-30 00:22:57 -03:00
gcl Initial commit. 2021-06-30 00:22:57 -03:00
invcli Add TODO. 2022-01-26 14:27:04 -04:00
iview Update iview. 2021-08-19 20:43:36 -03:00
lc Change the names of scripts to not conflict with common utilities; update README to reflect this. 2021-06-30 00:27:30 -03:00
modem-manager update invcli and modem-manager 2021-12-24 11:42:30 -04:00
msc Change the names of scripts to not conflict with common utilities; update README to reflect this. 2021-06-30 00:27:30 -03:00
netsh Initial commit. 2021-06-30 00:22:57 -03:00
plumber Slightly improve readability of sed commands in plumber 2021-06-30 02:19:25 -03:00
rand add rand 2022-01-26 14:35:48 -04:00

README

A set of POSIX* shell scripts designed for personal use. No guarantees when it comes to quality, as these are also used for various minor experiments of mine.

Links - wrapper script for managing links2 and tabbed
fpm - wrapper for using ffplay to manage music
fpv - the above, but video
gasutc - "Get and Set UTC" over HTTPS using ncat
gcl - one-liner to g(it)cl(one)
iview - simple wrapper for sxiv; auto-sizes based on image dimensions
lc - one-liner to pipe ls through cols
msc - short script to auto-resize mandoc output
modem-manager - used to manage laptop PCIe WAN modems. rather dense
netsh - an old experiment that serves as a simple TUI for managing network interfaces... and an example of how not to use AWK
plumber - one of my more sophisticated scripts; plumber creates pipes between programs based on what sort of input it receives, and handles errors (somewhat) intelligently
bach - the Batch Audio Conversion Helper uses FFMPEG to convert large numbers of files at once
invcli - Invidious CLI client. I hacked this together in like an hour and a half, so it's kind of rough at the moment, but it does work!
rand - One-liner that generates pseudorandom numbers using dd and od.