skim-pinyin

Crates.ioskim-pinyin
lib.rsskim-pinyin
version0.1.0
sourcesrc
created_at2023-10-12 05:26:42.746589
updated_at2023-10-12 05:26:42.746589
descriptionA tool for searching current dir with fuzzy pinyin power
homepage
repository
max_upload_size
id1000989
size36,490
Chen Dengbo (kjgfcdb)

documentation

README

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: Add fp command in fish shell to launch vim, cd or rm with skim-pinyin

Powered by

Commit count: 0

cargo fmt