Latest tarball | shellutils-5.d748dd98.tar.gz (changelog) (atom feed) |
Clone | https://thebus.top/depot/shellutils.git |
Browser | Current source code |
Download | All commits |
Various shell utilities
This repository contains various small posix-ish shell utilities I use. It avoids googling around basic things that I rarely use. There are usually filters to commands "as-is", without argument checking.
You can see the help and examples for each commands by issueing <command> -h
. Some scripts have external dependencies, please read the source.
Each script can be tweaked to run independently, but by default it will
require the __vars
script in the same directory of the said script.
I would recommend, especially given the small size of the repo, of just adding
the shellutils
directory to your PATH
.
img_convert
: a simple image converterimg_grayscale
: convert images to grayscaleimg_random
: create a random imageimg_resize
: resize an imageimg_topdf
: convert image(s) to PDFnet_myip
: show your IPv4/6 addressvid_convert
: convert videosvid_extract_audio
: extract audio from videosvid_resize
: resize videos