Manage working directories.
When you want a temporary workspace that you don't want to manage with git, wh
creates a workspace under a specific dedicated directory.
cargo install wh
``` Manage working dir
USAGE:
wh
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 ```
WH_ROOT
wh
will use it as the root path. If it is not set, it defaults to $HOME/wh
.