wh
Manage working directories.
Description
When you want a temporary workspace that you don't want to manage with git, wh creates a workspace under a specific dedicated directory.
Installation
cargo install wh
Usage
Manage working dir
USAGE:
wh <SUBCOMMAND>
FLAGS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
create Create working dir
get Clone Github repository
help Print this message or the help of the given subcommand(s)
list Prints working dir list
root Prints root dir
Enviroment Variable
WH_ROOT- If this environment variable is set,
whwill use it as the root path. If it is not set, it defaults to$HOME/wh.
- If this environment variable is set,