A collection of simple command line utilities.
Each script in bin/ can be installed separately, and therefore have separate requirements detailed below. They all require GNU coreutils.
-
afraiddns: sed, curl
-
ajp-proxies: sed, curl
-
csv2xls: perl, Spreadsheet::WriteExcel
-
diceware: python
-
extract: perl, tar, p7zip, gzip, bzip2, unrar, xz, unzip, jdk, rpm2cpio, and/or cabextract, depending on usage
-
gob: none
-
hrsleft: python
-
mtg2html: perl
-
shplit: tmux
-
sprunge: curl
-
sshdiff: openssh, diffutils
-
template: perl
-
transliterate: python-transliterate
-
uniqaddr: perl, Net::CIDR::Lite
-
wscrot: xorg-xrandr, awk, imagemagick, xclip
To install, edit the variables at the top of the Makefile to match your system and run
make install
The Makefile also supports DESTDIR for staged installs.
make DESTDIR=/tmp/staging install