kashav/fsql
Search for files using a fun query language observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 94
- Release rhythm 8
- 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: n/a
- age_days: 3414
- days_rel: n/a
- days_push: 39
- n_releases_24m: 0
Adoption not part of the score
3987 stars · 117 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fsql is a command-line tool that lets you search your filesystem using SQL-like queries with SELECT, FROM, and WHERE clauses. It supports filtering by attributes such as name, size, time, hash, and mode across directories specified with globs and exclusions.
Use cases
- find files by name, size, or modification time with a SQL-like query
- search directories excluding paths like .git
- list files with their sizes and timestamps in one query
- replace find with a more expressive query language
- interactively explore a filesystem from the terminal
When to choose
- you prefer SQL-style syntax over find's flags
- you need to filter files by multiple attributes like size, time, or hash
- you want glob-based directory sources with exclusions in one query
When to avoid
- you need a POSIX-standard find replacement for scripts
- you need content-based full-text search rather than metadata filtering
- you want a GUI file search tool
Facets
cli-tool · maturity active
search-engine cli parser file-system developer-tools files cli cross-platform go file-search sql-query-language find-alternative golang command-line macos linux
1 source
- readme: https://github.com/kashav/fsql · fetched 2026-08-28 · e6942bb336be
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kashav/fsql | main | 65 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem