1.2.0 • Published 9 years ago

tmpdir-tab v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

tmpdir-tab

Bash helper that gives you a tmpdir per terminal tab and cleans it up when you exit

Install

npm install -g tmpdir-tab

Usage

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

License

MIT

1.2.0

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago