# kashav/fsql

Search for files using a fun query language

Repository: https://github.com/kashav/fsql
Canonical: https://ross.abutalabs.com/products/fsql
Language: Go
License: MIT
License Family: permissive
Topics: find, golang
Last push: 2026-07-25T22:00:12+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 8, longevity 100
- inputs: {"age_days": 3414, "days_push": 39, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3987, forks 117 (observed 2026-08-28T04:08:31.755617+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: search-engine, cli, parser, file-system
- domain: developer-tools, files
- platform: cli, cross-platform, go
- tags: file-search, sql-query-language, find-alternative, golang, command-line, macos, linux

## Member repositories
- kashav/fsql (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:31.755617+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:24:14.106010+00:00, confidence not recorded.
  - readme: https://github.com/kashav/fsql (fetched 2026-08-28T04:08:31.755617+00:00, sha e6942bb336be)
- Data as of 2026-08-30T08:39:29.467469+00:00.
