skim-rs/skim
Fuzzy Finder in rust! observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1
- age_days: 3748
- days_rel: 11
- days_push: 11
- n_releases_24m: 102
Adoption not part of the score
6935 stars · 256 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Skim is a fuzzy finder written in Rust that provides a single executable called `sk` for interactively filtering lists of files, lines, and commands. It works as a smarter alternative to grep-like tools, offers shell key bindings, a Vim plugin, and can also be used as a Rust library.
Use cases
- fuzzy search files from the terminal
- interactively filter command output in a pipe
- quickly switch between files in vim or neovim
- fuzzy-find git branches or command history
- build interactive selection menus in shell scripts
- embed a fuzzy finder into a Rust application
When to choose
- you want a fast, Rust-based fzf alternative
- you need a fuzzy finder usable both as a CLI and as a Rust library
- you want deep customization of keymaps, sort criteria, and color schemes
- you use vim/neovim or nushell and want integrated fuzzy finding
When to avoid
- you need exact regex-based search rather than fuzzy matching
- you already rely on fzf and its ecosystem of scripts
- you need a GUI-based file search tool
Facets
cli-tool · maturity active
search-engine cli developer-tools developer-tools windows cli rust cross-platform fuzzy-finder fzf-alternative tui interactive-filter vim-plugin rust-library command-line search linux macos
2 sources
- readme: https://github.com/skim-rs/skim · fetched 2026-08-28 · 3bf5cc9dbcdd
- registry_crates: https://crates.io/api/v1/crates/skim · fetched 2026-08-29 · 027eb6b4f5eb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| skim-rs/skim | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem