/omf-plugin-cdtemp

An oh-my-fish plugin to create a temporary directory and switch to it.

Primary LanguageShellMIT LicenseMIT

omf-plugin-cdtemp

A plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


cdtemp

cdtemp command will make a temporary directory and change current working directory to it.

Default base location is in /tmp, you can add the following to your ~/.config/fish/before.init.fish:

set -gx CDTEMPPATH /your/temp/folder

Install

$ omf install https://github.com/zqlu/omf-plugin-cdtemp

Usage

$ cdtemp

License

MIT © Zhiqiang Lu et al