8 个版本
新版本 0.3.4 | 2024年8月19日 |
---|---|
0.2.4 | 2022年9月22日 |
0.1.1 | 2022年9月19日 |
#8 在 #mark
390 每月下载量
8KB
176 行
path-marker
安装
cargo install path-maker
卸载
- 卸载
path-marker
cargo uninstall path-marker
- 配置文件将被自动生成在
- Linux:
~/.config/rcz
- Windows:
{FOLDERID_RoamingAppData}\rcz
- Mac OS:
~/Library/Preferences/rs.rcz
- 删除
~/.cache/path_marker/hist.txt
用法
path-marker -- mark # marks current path
path-marker -- show # shows all paths that were marked
path-marker -- conf # shows a configuration info.
示例
# Changing directory using fuzzy find.
function cdm {
cd `path-marker -- show | peco`
}
alias mp='path-marker -- mark'
# alias ms='path-marker -- show'
依赖
~2.8–4MB
~63K SLoC