Skip to content

v0.1.0 — initial public release

Latest

Choose a tag to compare

@situmorang-com situmorang-com released this 01 Jun 07:48
· 5 commits to main since this release

Changelog

v0.1.0 — 2026-06-01

Initial public release.

Features

  • Fuzzy filename search via nucleo with streaming results
  • Content search (⌘F) via the grep crates (ripgrep's matcher + searcher)
  • Jump-to-line on content hits via cursor / code / fallback to open
  • Syntax-highlighted previews (syntect + two-face) — TypeScript, Astro, Vue included
  • Inline Quick Look thumbnails for PDFs, videos, Office docs (cached via qlmanage)
  • Inline image thumbnails directly in result rows (for files ≤ 2 MB)
  • Translucent macOS-native UI with Metal blur backdrop, Catppuccin Mocha palette
  • Emoji-based file icons (no font install needed)
  • Tabs with per-tab state, persisted across launches
  • VS Code–style file tree pane (⌘\)
  • Right-click context menu (Open / Reveal / Quick Look / Copy Path / Rename / Trash)
  • Multi-select with Shift+Click / ⌘+Click, batch trash, batch rename with live preview
  • Undo (⌘Z) for renames and moves, persisted to disk
  • Settings overlay (⌘,) — hidden files, default sort
  • Path bar (⌘L) for type-to-jump navigation
  • Bookmarks (⌘B), Recents, pinned Locations (Home/Docs/Downloads/Desktop/Apps)
  • Self-update check against GitHub Releases
  • cargo bundle integration for .app packaging
  • Real text-input cursor with selection, copy/cut/paste, word/line navigation
  • Virtualized result list (uniform_list) — scales to 100k+ matches with native trackpad scroll
  • Animated caret blink in modal inputs
  • Live filesystem watcher (notify) with debounced refresh