/Random-Linux-Shortcut-Scripts

Random collection of scripts I made for singular specific tasks

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Just a random collection of throwaway scripts I've made to save me some typing, probably could've coded these better, fight me!

Simply throw the files into a place on your system path, and run chmod +x on em!

fcopy - Copies a file's contents to your clipboard (Requires xclip)

targz - Extracts tar gunzip (tar.gz) files, simply runs tar xzvf on the provided file (I didn't want to remember "xzvf" nor did I want to type it every time I had to extract a tgz file...)

tarxz - Extracts tar xz (tar.xz) files, simply runs tar xjvf on the provided file (I didn't want to remember "xJvf" nor did I want to type it every time I had to extract a txz file...)