sk Cheatsheet | Skim Fuzzy Finder

· 121 words · 1 minute read

sk is an opensource fuzzy finder written in Rust.

Start skim on all files in the specified directory:

find path/to/directory -type f | sk

Start skim for running processes:

ps aux | sk

Start skim with a specified query:

sk --query "query"

Select multiple files with Shift + Tab and write to a file:

find path/to/directory -type f | sk --multi > path/to/file

Read other similar software cheatsheets: fzf and kube-fzf .

I hope this post helps you. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , Facebook , Telegram and GitHub .

Share: