Skip to content

Local documents indexer - CLI for easy searching

Notifications You must be signed in to change notification settings

denisdubovitskiy/fts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTS

This tool is made for quick searching using SQLite FTS5.

WARNING: This tool is made "just for fun" without any warranty. Use at your own risk.

  1. Build (you need the go compiler)

    make build
  2. Install

    sudo install ./bin/fts /usr/local/bin
  3. Index your documents

    fts index /path/to/documents
  4. Query via CLI (you can use any suitable query for Sqlite FTS5)

    fts query "weather AND (sunny OR cloudy)"
  5. Serve an embedded web interface

    fts web /path/to/documents

About

Local documents indexer - CLI for easy searching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages