AppSwitcher – Bringing rmmd-style app switching to Windows
Yet another Windows launcher competing with PowerToys Run and Flow Launcher.
raycast extension for nicer file search
It tames Spotlight by scoping searches to user-configured folders and applying exclusion globs (node_modules, site-packages, .git), then re-ranks results by a 60% relevance / 40% recency mix so recent, relevant files bubble up. The pipeline is simple and practical — Raycast → Python → mdfind → filter+rank → JSON — which makes it a quick win for anyone annoyed by noisy Spotlight results, but it’s more pragmatic engineering than breakthrough research.
macOS power users and developers who use Raycast and want cleaner, faster file search
Key features
- Search is limited to my Documents/ and Downloads/ folders – where 95% of my relevant files are.
- Also, there are a lot of Claude-generated exclusion patterns!
- Filtering is simple – I'm just doing it by sub/string match.
Finder does have a lot of niceties (previewing files, looking at metadata, etc). So the default behaviour is 'hit enter' to open in Finder. Or 'Cmd + enter' opens the file directly.
Yet another Windows launcher competing with PowerToys Run and Flow Launcher.
Spotlight for Python snippets bridges the gap between calculator and IDE.
QuickLook for Markdown is genuinely useful, but free plugins already do this.
ncdu for macOS with Finder reveal—finally integrates with the OS properly.
Ratatui overlay beats stdout dumps, but shell-ai and Copilot already solve this.
DNS hijacking + self-signed cert trick to intercept Safari search, but setup is fragile and requires sudo.