Fselect

Use this skill to find files using SQL-like queries with JSON/CSV output.

javimosch c718fe8 690 B Updated

File contents

fselect Plugin

Find files with SQL-like queries.

Commands

  • fselect self version — Print fselect version
  • fselect _ _ — Passthrough to fselect CLI

Installation

cargo install fselect

Examples

fselect "name, size from . where name like '%.rs'" --json
fselect "path, mtime from . order by mtime desc limit 10" --csv

Key Features

  • SQL syntax — Query files with familiar SQL
  • Multiple formats — JSON, CSV, formatted output
  • Pipeline-ready — Standard Unix pipe support
  • Powerful filtering — Complex file queries

javimosch/supercli/tree/main/plugins/fselect/skills/quickstart commit c718fe8eee

Frequently asked questions

npx skillmds@latest add javimosch/fselect