1 unstable release
0.1.0 | Oct 12, 2023 |
---|
#339 in Internationalization (i18n)
22 downloads per month
11KB
80 lines
Skim-Pinyin
Fuzzy chinese pinyin searcher written with Rust, powered by skim
Build
cargo build --release
mv ./targets/release/skim-pinyin /path/to/your/bin
Usage
# 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
Check scripts
for details
fp.fish
: Addfp
command in fish shell to launchvim
,cd
orrm
with skim-pinyin
Powered by
Dependencies
~14MB
~259K SLoC