The toolbox
comprises a collection of Unix shell utilities designed for
regular use.
Each utility within the toolbox
adheres to the POSIX,
Portable Operating System Interface for uniX
, and operates within the Unix
shell framework known as shellbase
:
-
bak
serves as a wrapper forrdiff-backup
, specifically designed to generate backups effectively. -
chowner
changes the owner and permissions on a directory. -
copyright
updates published years in copyrighted title. -
flactomp3
converts an audio tomp3
with tags. -
ival
Validates image files.ival
stands forImage Validation
. -
myip
continuously displays the external IP address, usesdig
. -
pingo
adds timestamps to the ping command output. -
speed
continuously displays download and upload internet speeds, usesspeedtest
. -
tru
stands for transmission remote updater. It removes a torrent with content and than adds it again. It could be ran bycron
to increase a ratio. -
ydata
is a wrapper onyt-dlp
: downloads, converts, renames and keeps safe. It could be ran bycron
.
Ensure that you have added the directory /usr/local/bin
to your PATH
.
git clone [email protected]:rdavid/toolbox.git &&
./toolbox/app/install
toolbox
is copyright David Rabkin and available under a
Zero-Clause BSD license.