diff --git a/daily-finds.log.md b/daily-finds.log.md index 58da78e..070435c 100644 --- a/daily-finds.log.md +++ b/daily-finds.log.md @@ -1937,3 +1937,19 @@ Items referenced: - noticky Left unbundled for the ~07-12 week's catch or a later themed bundle: kaset, locklines, chiptune-radio, wound-man, nashville-parthenon, hastings-kool-aid-museum, uco-stormproof-match-kit, plus the la-fontaine quote and the six jokes. Not padded into today's bundle, per the skill. + +## 2026-07-08 — review: reclips + +Graduated from find captured 2026-07-08, source: r/macapps. +Hero: reused the find's own hero.png (1042×586 inline screenshot from reclips.app showing the clipboard bubble anchored at the text caret) — copied to reviews/reclips/hero.png. The site's own screenshot already is the ideal hero (it shows the one differentiating feature), so no richer asset was needed. +Category: clipboard (new — nothing existing covered clipboard managers; "input" and "interface" were near-misses. Should recur for paste/clipboard tools). +Fact-check (reclips.app, via curl — the site 403s WebFetch): find held up and was undersold; no corrections needed (nothing in the find was wrong). Confirmed the core IME-style bubble-at-caret — hotkey ⌃V, arrow to pick, paste in place — works across Terminal, native apps, browsers (Safari/Chrome), and Electron apps (VS Code/Slack) via Accessibility. Added facts the find omitted: clipboard history is encrypted on disk, never uploaded, tied to no account, and passwords copied from password managers are explicitly never captured; each clip has type-aware inline actions (open URL, Markdown link, color code, image preview); four themes; ten languages. Commercials: 7-day free trial, then a one-time $4.99 "Lifetime" license (future updates included, 7-day refund); native direct download; macOS 13 Ventura or later on both Apple Silicon and Intel. A genuinely cheap, single-idea utility — the strongest pick-of-the-day candidate for breadth and tile legibility. +Amazon: n-a (software). + +## 2026-07-08 — review: whimfiles + +Graduated from find captured 2026-07-08, source: Hacker News — Show HN. +Hero: reused the find's own hero.png (2344×1530 "features/filtering" screenshot from whimfiles.com) — copied to reviews/whimfiles/hero.png. +Category: files (new — no existing file-manager category; reusable for future Finder alternatives). +Fact-check (whimfiles.com): find held up and undersold it. Confirmed native macOS, "app size only around 9 MB," and the filter-first model (live filter by type/date/size + a "Fuzzy Go to Folder" box). Corrected the framing — it's not merely a fuzzy-find launcher but a full modern file manager: dual-pane, tabs, image/PDF hover previews, batch rename with live preview, recursive search, a command palette (⇧⌘A), a bookmarks/volumes sidebar, undo for moves/trash, and built-in HEIC/WebP/AVIF conversion. Softened the find's "no Electron bloat" to the site's own "Native macOS · ~9 MB" wording (the site doesn't itself invoke Electron). Commercials: one-time $19.99 launch price (regular $24.99), 30-day trial with no credit card, "pay once, no subscription"; developer WhimByte; direct download via Lemon Squeezy, not the Mac App Store. Honest limits stated in the review: Apple Silicon only, macOS 12+, and no published version history yet (new app). +Amazon: n-a (software). diff --git a/src/content/find/2026/07/reclips/index.mdx b/src/content/find/2026/07/reclips/index.mdx index d19f0a5..fa6bbfe 100644 --- a/src/content/find/2026/07/reclips/index.mdx +++ b/src/content/find/2026/07/reclips/index.mdx @@ -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." diff --git a/src/content/find/2026/07/whimfiles/index.mdx b/src/content/find/2026/07/whimfiles/index.mdx index 7c88159..a45e4a9 100644 --- a/src/content/find/2026/07/whimfiles/index.mdx +++ b/src/content/find/2026/07/whimfiles/index.mdx @@ -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." diff --git a/src/content/reviews/reclips/hero.png b/src/content/reviews/reclips/hero.png new file mode 100644 index 0000000..413d283 Binary files /dev/null and b/src/content/reviews/reclips/hero.png differ diff --git a/src/content/reviews/reclips/index.mdx b/src/content/reviews/reclips/index.mdx new file mode 100644 index 0000000..672175c --- /dev/null +++ b/src/content/reviews/reclips/index.mdx @@ -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'; + +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. diff --git a/src/content/reviews/whimfiles/hero.png b/src/content/reviews/whimfiles/hero.png new file mode 100644 index 0000000..186d0d6 Binary files /dev/null and b/src/content/reviews/whimfiles/hero.png differ diff --git a/src/content/reviews/whimfiles/index.mdx b/src/content/reviews/whimfiles/index.mdx new file mode 100644 index 0000000..1726fbb --- /dev/null +++ b/src/content/reviews/whimfiles/index.mdx @@ -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'; + +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.