Crates.io | skim-pinyin |
lib.rs | skim-pinyin |
version | 0.1.0 |
source | src |
created_at | 2023-10-12 05:26:42.746589 |
updated_at | 2023-10-12 05:26:42.746589 |
description | A tool for searching current dir with fuzzy pinyin power |
homepage | |
repository | |
max_upload_size | |
id | 1000989 |
size | 36,490 |
Fuzzy chinese pinyin searcher written with Rust, powered by 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)
Check scripts
for details
fp.fish
: Add fp
command in fish shell to launch vim
, cd
or rm
with skim-pinyin