Skip to content

Releases: Solganis/Seekbar

v1.0.0

27 Jun 17:24
47526e3

Choose a tag to compare

Minimalist cross-platform file search. One bar, every drive.

Install

Download the archive for your platform, extract it, and run Seekbar (no installer needed):

Platform Download
Windows Seekbar-1.0.0-windows-x64.zip
Linux Seekbar-1.0.0-linux-x64.tar.xz
macOS Seekbar-1.0.0-macos.tar.xz

Highlights

  • Native backends: NTFS MFT on Windows, Spotlight on macOS, plocate/locate on Linux, with an os.scandir walk as universal fallback
  • No index, no daemon: searches on demand and streams results live; nothing runs in the background, nothing to keep in sync or goes stale
  • Substring matching: case-insensitive; underscores, hyphens, and spaces are interchangeable, and every word must appear, in any order
  • Smart ranking: results scored by match quality and recency, streamed as they are found
  • Keyboard-driven: frameless, with a system tray, a global hotkey (Ctrl+Alt+S on Windows, macOS, and Linux/X11), and in-app help (F1)
  • Customizable: eight accent presets, an adjustable tray icon, and an autostart toggle, via an in-app settings panel (F2)
  • Dark / light / auto theme with system detection

See the README for full details.