#manage #directories #management #git #tool

bin+lib wh

管理工作目录

17 个版本 (8 个破坏性更新)

0.9.2 2022年9月21日
0.8.1 2022年9月7日
0.8.0 2022年5月28日
0.6.0 2022年3月27日
0.1.0 2021年7月4日

94#directories

Download history 6/week @ 2024-03-31

每月55次 下载

MIT 许可证

7KB
124

wh

管理工作目录。

描述

wh 是一个用于管理带有或没有 git 管理的工作目录的工具。它非常适合与 fzf 和 peco 等交互式过滤工具一起使用。

灵感来自 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

wh create 命令在根目录下创建指定的目录,并创建一个 .wh 目录。wh 识别包含 .git.wh 目录的目录为工作目录。

环境变量

  • WH_ROOT
    • 如果设置了此环境变量,wh 将将其用作根路径。如果没有设置,则默认为 $HOME/wh

依赖项

~11–19MB
~336K SLoC