Shell tricks

Updated: 2025-09-05
#shell #unix #linux #tool #snippet #code #dev #custom

Fuzzy-Finding and Opening Files in Helix (fzf / skim)

🔀 Alternative: You can use skim (sk), a Rust-based fzf clone, in the same way:

hx $(sk)

Find and remove file

rm $(sk)
Back to the top ↑