Crates.io | wh |
lib.rs | wh |
version | 0.9.2 |
source | src |
created_at | 2021-07-04 07:04:47.600003 |
updated_at | 2022-09-21 12:24:51.812769 |
description | Manage working directories |
homepage | |
repository | https://github.com/ryoo14/wh |
max_upload_size | |
id | 418472 |
size | 18,963 |
Manage working directories.
wh is a tool to manage working directories with or without git management. It is useful to work with interactive filtering tools such as fzf and peco.
Inspired by ghq.
cargo install wh
USAGE:
wh <SUBCOMMAND>
OPTIONS:
-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 Print working dir list
root Print root dir
The wh create
command creates the specified directory under the root directory and also creates a .wh
directory. wh recognizes the directory containing the .git
or .wh
directory as a working directory.
WH_ROOT
wh
will use it as the root path. If it is not set, it defaults to $HOME/wh
.