Releases: situmorang-com/file-explorer
Releases · situmorang-com/file-explorer
Release list
v0.1.0 — initial public release
Changelog
v0.1.0 — 2026-06-01
Initial public release.
Features
- Fuzzy filename search via nucleo with streaming results
- Content search (
⌘F) via thegrepcrates (ripgrep's matcher + searcher) - Jump-to-line on content hits via
cursor/code/ fallback toopen - 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 bundleintegration for.apppackaging- 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