0.2.1 • Published 9 years ago

fish-tmpdir v0.2.1

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

fish-tmpdir

Fish function that creates a temporary directory, cds into it, and wipes it out when the shell exits.

Based on the Bash version by @mafintosh.

CLI

tmpdir brings you to a fresh directory.

tmpdir [-s | --spawn] opens a subshell instead of utilizing the current one.

Install

npm

or simply put the script to your ~/.config/fish/functions/ or source it elsewise.

License

MIT