Bash helper that gives you a tmpdir per terminal tab and cleans it up when you exit
npm install -g tmpdir-tab
First add the following line to your .bashrc or .bash_profile
if [ -f $(which tmpdir-tab) ]; then
. $(which tmpdir-tab)
fi
Then restart your terminal. Afterwards running tmpdir
will cd to a tmp
dir that will removed when you close the terminal
MIT