Home

Awesome

Convenient Utilities Linux

A series of utilities that make life easier on linux.

Install

  1. Clone the dir somewhere on your pc.
if ! [ -d ~/scripts ] ; then mkdir -p ~/scripts ; fi
cd ~/scripts
git clone https://github.com/adrianscheff/convenient-utils-linux
  1. Add the dir path to .bashrc (or your terminal startup config file)
echo 'export PATH="~/scripts/convenient-utils-linux:$PATH"' >> ~/.bashrc
  1. Reload your terminal.
source ~/.bashrc

Uninstall

  1. Delete the dir where the downloaded files are.
rm ~/scripts/convenient-utils-linux -r
  1. Remove the added line to .bashrc. It should be something like
export PATH="~/scripts/convenient-utils-linux:$PATH"

Use

for u in $(showu); do showus -u $u -d / ; done

show2 usage

General Presentation

gen usage

showbf

showus

showbl

showg

showp

showu

wtw