gsearch-cli

A command-line interface for searching the FSearch database.

Open Source — GPL-3.0

What is gsearch-cli?

gsearch-cli reads and searches the binary database file created by FSearch, a Linux file finder for finding files ultra fast, often compared to Everything. Since FSearch does not provide an official API, gsearch-cli was built for tech-savvy users who want to automate file search workflows from the terminal.

Instead of scanning your filesystem every time, gsearch-cli queries a pre-built index — making searches near-instantaneous, even across millions of files.

gsearch-cli screenshot

Features

Instant Search

Queries the pre-built FSearch binary database for near-instantaneous results across your entire filesystem.

📦

Single Binary

Written in Go and statically compiled — download and run. No dependencies, no setup, no installation required.

🔍

FSearch Compatible

Reads the same binary database format as FSearch, so you can use both the GUI and CLI interchangeably.

Quick Start

# Download the latest release
# https://github.com/runableapp/gsearch-cli/releases

# Search for files
gsearch-cli "myfile.txt"

# Search with options
gsearch-cli -db /path/to/fsearch.db "query"

Download & Source