Socket
Book a DemoInstallSign in
Socket

tmpdir-tab

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmpdir-tab

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

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

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

Keywords

bash

FAQs

Package last updated on 18 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts