site: reviews — Reclips, WhimFiles (graduate from finds)

This commit is contained in:
2026-07-08 01:45:13 -04:00
parent 0a06564420
commit f2b37fc1e4
7 changed files with 76 additions and 0 deletions
@@ -6,6 +6,7 @@ shortlist: true
link: "https://reclips.app"
linkText: "reclips.app"
source: "r/macapps"
promotedTo: reclips
topics: [macos-apps]
tags: [clipboard, ui, productivity]
description: "A Mac clipboard manager that floats its history as a small bubble above the text cursor, like an input-method candidate window, instead of a corner panel or menu-bar dropdown."
@@ -6,6 +6,7 @@ shortlist: true
link: "https://whimfiles.com"
linkText: "whimfiles.com"
source: "Hacker News — Show HN"
promotedTo: whimfiles
topics: [macos-apps]
tags: [file-manager, native, fuzzy-find]
description: "A 9 MB native macOS file manager organized around fuzzy-find filtering instead of clicking down a folder tree, with none of the bloat of Electron-based alternatives."
Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

+29
View File
@@ -0,0 +1,29 @@
---
name: "Reclips"
subtitle: "A Mac clipboard history that appears as a bubble right at your text cursor"
date: 2026-07-08
category: clipboard
tags: [clipboard, ui, productivity, mac, on-device]
link: "https://reclips.app"
linkText: "reclips.app"
description: "A native Mac clipboard manager that pops your copy history up as an IME-style bubble right above the text caret — pick with the arrow keys and paste in place, without leaving the keyboard. $4.99 one-time."
source: "r/macapps"
fromFind: reclips
---
import { Image } from 'astro:assets';
import hero from './hero.png';
<Image src={hero} alt="Reclips — a clipboard-history bubble floating directly above the text caret, listing recently copied items to arrow through." />
*The whole idea in one shot: the history appears as a small candidate-window bubble anchored to the cursor, not off in a panel.*
> Reclips is a native Mac clipboard manager with one strong idea: hit a hotkey and your copy history appears as a small bubble right above the text caret — the way an input-method candidate window does — so you pick with the arrow keys and paste in place without your eyes or hands ever leaving where you're typing.
Most clipboard managers put their history somewhere you have to go look: a menu-bar dropdown, a panel pinned to a screen edge, a full-screen overlay. Reclips puts it where you already are. Press ⌃V and the last things you copied stack up in a little popup anchored to the blinking cursor; arrow to the one you want, press return, and it drops in exactly there. It's a small relocation with an outsized effect on flow, because pasting from history stops being a detour and becomes part of the same keystroke rhythm as typing.
The trick holds up across the places you actually work — Terminal, native editors, browsers like Safari and Chrome, and even Electron apps like VS Code and Slack — by reading the on-screen caret position through Accessibility. Each clip also carries type-aware inline actions: open a URL, convert it to a Markdown link, copy a color code, preview an image, shown inline or as a side submenu. Four looks (Default, Aqua Glass, Classic, and Retro) let the popup blend into whatever you're in, and it auto-detects and works across ten languages.
For something that watches everything you copy, the privacy posture is reassuringly boring: history is encrypted on disk, never uploaded, and tied to no account, and — the detail that matters — passwords copied from password managers are never captured at all. Its one permission, Accessibility, exists only to locate the caret and paste the chosen clip; nothing is phoned home.
It runs on macOS 13 Ventura or later, on both Apple Silicon and Intel, as a native app you download directly. The commercial terms are almost startlingly modest — a 7-day free trial, then a one-time $4.99 "Lifetime" license with future updates included and a 7-day refund window. For under five dollars, it rethinks an interaction most clipboard managers had long since stopped questioning.
Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

+29
View File
@@ -0,0 +1,29 @@
---
name: "WhimFiles"
subtitle: "A native Mac file manager that puts filtering and fuzzy-find ahead of the folder tree"
date: 2026-07-08
category: files
tags: [file-manager, native, fuzzy-find, mac, finder-alternative]
link: "https://whimfiles.com"
linkText: "whimfiles.com"
description: "A ~9 MB native Apple-Silicon file manager built around live filtering and fuzzy 'go to folder', with dual panes, tabs, hover previews, batch rename, and image conversion. $19.99 one-time (launch price)."
source: "Hacker News — Show HN"
fromFind: whimfiles
---
import { Image } from 'astro:assets';
import hero from './hero.png';
<Image src={hero} alt="WhimFiles — a file view being narrowed live by a type/date/size filter instead of by clicking down a folder tree." />
*Filtering, front and center: narrow a folder by type, date, and size as you type rather than digging through it.*
> WhimFiles is a native macOS file manager that reorganizes the whole job around finding rather than clicking: filter a folder live by type, date, and size, or fuzzy-jump to any path by typing a few letters — all in a roughly 9 MB app with none of the heft the genre usually carries.
Finder makes you navigate; WhimFiles makes you search. Its core moves are a live filter that narrows a folder by type, date, and size as you type, and a "Fuzzy Go to Folder" box that jumps you to any path from a few characters — the same search-first instinct keyboard-driven people already use in their editors, applied to the whole disk. The find that surfaced it framed it as simply a fuzzy-find file manager, which undersells what's actually here.
Underneath the search-first framing it's a complete, modern file manager: dual-pane and tabbed browsing, hover previews for images and PDFs, batch rename with a live preview of the result, recursive folder search, a command palette (⇧⌘A), a bookmarks-and-volumes sidebar, undo for moves and trashing, and even built-in HEIC/WebP/AVIF conversion. That is a lot of surface for an app that weighs about nine megabytes.
That size is the other half of the pitch. The developer, WhimByte, bills it plainly as "Native macOS · App size only around 9 MB" — a pointed contrast with the cross-platform, Electron-descended file browsers that can run to hundreds of megabytes while doing less. Being native also shows up as feel: filtering and previews land immediately rather than after a beat of lag.
The terms are a one-time $19.99 launch price (regular $24.99), with a 30-day trial and no credit card up front — "pay once, use forever, no subscription." The honest limits are worth stating plainly: it's Apple Silicon only (macOS 12 or later), sold as a direct download rather than through the Mac App Store, and new enough that it doesn't publish a version history yet — an early, keyboard-first Finder alternative rather than a long-proven one.