1 个不稳定版本
0.1.0 | 2023年10月12日 |
---|
在 国际化(i18n) 中排名 283
11KB
80 代码行
Skim-Pinyin
使用 Rust 编写的模糊中文拼音搜索器,由 skim
驱动
构建
cargo build --release
mv ./targets/release/skim-pinyin /path/to/your/bin
用法
# fuzzily search items on current directory
skim-pinyin
# fuzzily search items on ./Downloads
skim-pinyin ./Downloads
# show ignore files
skim-pinyin -s ./Downloads
# allow multiple selections
skim-pinyin -m ./Downloads
# specify dironly flag to filter out files and open with cd
cd $(skim-pinyin -d)
# use vim to open multiple files in current directory
vim $(skim-pinyin -m)
脚本
详细信息请检查 scripts
fp.fish
:在 fish shell 中添加fp
命令以使用 skim-pinyin 启动vim
、cd
或rm
由
依赖项
~13MB
~240K SLoC