Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omnique

Universal terminal search. One query box for files, git history, shell history, browser history, bookmarks, notes, recent files — all at once.

# Interactive TUI
omnique

# CLI mode, JSON output
omnique query "fn main" --max 5

# Cache browser history/bookmarks
omnique index

Install

Option A — Download binary (recommended, 5.5 MB)

curl -LO https://github.com/ooexiaoo/Omnique/releases/latest/download/omnique-x86_64-linux.tar.gz
tar xzf omnique-x86_64-linux.tar.gz
sudo mv omnique /usr/local/bin

Option B — From source

cargo install --git https://github.com/ooexiaoo/Omnique

Zero runtime dependencies. The binary is fully static (links only libc/libm).

Usage

omnique                    # Launch TUI
omnique query <query>      # CLI search, JSON output
omnique index              # Cache browser history/bookmarks
omnique sources            # List backends

Keybindings (TUI)

Key Action
Type Real-time fuzzy search
/ Navigate results
Tab Cycle result groups
Enter Open result (file in $EDITOR, URL in browser)
Esc Clear query
Alt+H / Alt+L Collapse / expand group
Ctrl+↑ / Ctrl+↓ Increase / decrease results per page
Ctrl+R Re-index browser caches
Ctrl+C / Ctrl+D Quit

Config

# ~/.config/omnique/config.toml
theme = "catppuccin"       # catppuccin, dracula, nord
max_results = 10            # Results per backend
notes_dir = "~/notes"       # Notes directory (auto-detected)

Backends

Backend Source Status
Files Built-in file walk + .gitignore
Git log git log --grep
Shell history bash/zsh/fish
Browser history Chrome/Firefox SQLite (cached)
Bookmarks Chrome/Firefox (cached)
Notes Markdown/Org directory
Recent files freedesktop XBEL

Star History

Star History Chart

About

Universal terminal search. Type a query, get results from ripgrep, git log, shell history, browser history, notes, and more — all in one unified TUI.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages