DECTOOLS
A collection of semi-useful tools made for GNU/Linux.
Some may work on macOS, though functionality isn't a priority.
Depenencies: python
, bash
, and pip
Install
Compile from source
Build Dependencies: rust
Clone and run the install script
note: the install script will compile and install everything for you.
git clone https://github.com/El-Wumbus/dectools.git
cd dectools
sudo chmod u+x ./install.sh
./install.sh
Install Using pre-compiled binaries
NOT AVALIBLE IN DEVELOPMENT
Tools
-
htminify
- A bash script that quickly minifies html and css. example -
dspeedtest
- A python script to check internet connection and test network speed. example -
extract
- Perhaps the most useful script in this repo; this script allows for quick extraction of archives(compressed or otherwise) with the appropriate file extensions. This script simplifies extraction of archives. example
-
dnamegen
- A python script to generate random first and last names. example -
dpassgen
- random password generator. get usage by typingdpassgen usage
. example -
findusb
- Lists USB devices. -
dkbackup
anddkrestore
- an attempt at backing up / resoring kde configuration. Untested -
expertc
- A useful terminal calculator written in rust.
To Learn how to use all tools visit The Decator wiki