sk Command Examples

Fuzzy finder written in Rust. Similar to fzf. More information: https://github.com/lotabout/skim.

find {{path/to/directory}} -type f | sk

ps aux | sk

sk --query "{{query}}"

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