site: review — SmartMover (graduates from find)
New review under category `automation` (introduced for Apple Shortcuts and similar workflow graduates — none of the existing review categories fit). Hero registered in src/lib/hero.ts so the grid card renders. Find marked `promotedTo: smartmover-shortcut`. Also: HERO_SLUG bumped from superkey → monitorcontrol on the home page (today's pick).
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Running record of every candidate surfaced by `/daily-finds`. The chosen pick of the day is prepended with `[chosen]`. Source attribution per candidate lets us track which sources produce winners over time.
|
Running record of every candidate surfaced by `/daily-finds`. The chosen pick of the day is prepended with `[chosen]`. Source attribution per candidate lets us track which sources produce winners over time.
|
||||||
|
|
||||||
|
## 2026-05-05 — review: smartmover-shortcut
|
||||||
|
|
||||||
|
Graduated from find captured 2026-05-05, source: r/shortcuts. Reused the find's `hero.jpg` (iPhone screenshot of the shortcut's main-menu — Whats in the box / View all boxes / Manage items / Manage boxes / Generate labels / About / EXIT). New category `automation` introduced — none of the existing review categories (history, indie, input, interface, journal, kitchen, screenshots, writing) fit an Apple Shortcut, and `automation` is the natural home for future Shortcuts/AppleScript/Hammerspoon graduates. Tags merge the find's set with `ios` and `routinehub`.
|
||||||
|
|
||||||
## 2026-05-05 — find: valchoose-barf-bags
|
## 2026-05-05 — find: valchoose-barf-bags
|
||||||
|
|
||||||
Single user-suggested find: Valchoose 14-pack 1000mL hospital-grade disposable barf bags (Amazon ASIN B083J2S3Q6). Source: Reader suggestion. Topic: tools.
|
Single user-suggested find: Valchoose 14-pack 1000mL hospital-grade disposable barf bags (Amazon ASIN B083J2S3Q6). Source: Reader suggestion. Topic: tools.
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ topics:
|
|||||||
- apple-tips
|
- apple-tips
|
||||||
tags: [shortcuts, moving, qr-code, organization]
|
tags: [shortcuts, moving, qr-code, organization]
|
||||||
description: "Make a label, scan a box, see what's inside — a homemade Shortcuts answer to the move-day box-opening lottery."
|
description: "Make a label, scan a box, see what's inside — a homemade Shortcuts answer to the move-day box-opening lottery."
|
||||||
|
promotedTo: "smartmover-shortcut"
|
||||||
---
|
---
|
||||||
|
|
||||||
Print a QR label, list what you packed in that box, stick it on. On move-in day, scan any box with your iPhone and the shortcut shows you what's actually in it before you slice the tape. Built by a redditor who got tired of opening boxes labelled "kitchen??" — a small piece of automation that'd be miserable to engineer from scratch but takes about ninety seconds with Apple Shortcuts.
|
Print a QR label, list what you packed in that box, stick it on. On move-in day, scan any box with your iPhone and the shortcut shows you what's actually in it before you slice the tape. Built by a redditor who got tired of opening boxes labelled "kitchen??" — a small piece of automation that'd be miserable to engineer from scratch but takes about ninety seconds with Apple Shortcuts.
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
name: "SmartMover"
|
||||||
|
subtitle: "An iPhone shortcut that turns moving boxes into QR-coded inventories"
|
||||||
|
date: 2026-05-05
|
||||||
|
category: automation
|
||||||
|
tags: [ios, shortcuts, moving, qr-code, organization, routinehub]
|
||||||
|
link: "https://routinehub.co/shortcut/25415/"
|
||||||
|
description: "An Apple Shortcut that bolts a small inventory database onto the iPhone's QR scanner. Print a label, list what's in the box, scan to see the contents before you slice the tape."
|
||||||
|
source: "r/shortcuts"
|
||||||
|
fromFind: "smartmover-shortcut"
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
> An iPhone shortcut that turns moving boxes into QR-coded inventories — print a label, list what's in the box, scan to see the contents before you slice the tape.
|
||||||
|
|
||||||
|
Most moving-box organisation systems collapse to "kitchen??" written on the side of the box in Sharpie by the third one. SmartMover is a single Apple Shortcut that wraps a small inventory database around the iPhone's existing QR scanner, so every box you pack gets a label any phone in the house can read back. The main menu is six actions: *Whats in the box* (scan-to-look-up), *View all boxes*, *Manage items*, *Manage boxes*, *Generate labels*, *About*. No app, no account, no server — the whole thing lives inside Shortcuts.
|
||||||
|
|
||||||
|
The trick is that the inventory data lives in the shortcut itself, in a dictionary the shortcut owns and updates on every invocation. *Generate labels* spits out a printable sheet of QR codes, each tied to a numeric box ID; *Manage items* lets you assign things you've packed to that ID. On move-in day, point the phone at any box and the shortcut shows the list before you reach for the box cutter. The same model works for anything you'd want to inventory by container — basement bins, attic totes, costume boxes — not just a single move.
|
||||||
|
|
||||||
|
Honest limitations: the inventory exists on the phone that set it up. If both partners need to scan, you'll have to share the shortcut and figure out an export step (or designate one person as the scanner). RoutineHub installs sit behind the OS's "Untrusted Shortcut" warning the first run — standard for community shortcuts, but non-zero friction. And a Shortcut UI is what the OS will let it be: a list of menus, not a designed app — adequate for two days of move chaos, no further.
|
||||||
|
|
||||||
|
Free, hosted on RoutineHub. The kind of one-week build that justifies the entire Shortcuts platform: a niche workflow no startup is ever going to ship as a real app, solved well enough for the 96 hours you actually need it.
|
||||||
@@ -10,6 +10,7 @@ import hyperkey from '../content/reviews/hyperkey/hero.png';
|
|||||||
import ice from '../content/reviews/ice/ice-bar.png';
|
import ice from '../content/reviews/ice/ice-bar.png';
|
||||||
import macMouseFix from '../content/reviews/mac-mouse-fix/studio-display.png';
|
import macMouseFix from '../content/reviews/mac-mouse-fix/studio-display.png';
|
||||||
import monitorcontrol from '../content/reviews/monitorcontrol/hero.png';
|
import monitorcontrol from '../content/reviews/monitorcontrol/hero.png';
|
||||||
|
import smartmoverShortcut from '../content/reviews/smartmover-shortcut/hero.jpg';
|
||||||
import superkey from '../content/reviews/superkey/hero.jpg';
|
import superkey from '../content/reviews/superkey/hero.jpg';
|
||||||
import timelined from '../content/reviews/timelined/hero.png';
|
import timelined from '../content/reviews/timelined/hero.png';
|
||||||
import tot from '../content/reviews/tot/seven-dots.png';
|
import tot from '../content/reviews/tot/seven-dots.png';
|
||||||
@@ -38,6 +39,7 @@ export const heroes: Record<string, Hero | undefined> = {
|
|||||||
ice: { kind: 'image', src: ice },
|
ice: { kind: 'image', src: ice },
|
||||||
'mac-mouse-fix': { kind: 'image', src: macMouseFix },
|
'mac-mouse-fix': { kind: 'image', src: macMouseFix },
|
||||||
monitorcontrol: { kind: 'image', src: monitorcontrol },
|
monitorcontrol: { kind: 'image', src: monitorcontrol },
|
||||||
|
'smartmover-shortcut': { kind: 'image', src: smartmoverShortcut },
|
||||||
superkey: { kind: 'image', src: superkey },
|
superkey: { kind: 'image', src: superkey },
|
||||||
timelined: { kind: 'image', src: timelined },
|
timelined: { kind: 'image', src: timelined },
|
||||||
tot: { kind: 'image', src: tot },
|
tot: { kind: 'image', src: tot },
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import { heroes } from '../lib/hero';
|
|||||||
import { findListMosaic } from '../lib/find-list-mosaic';
|
import { findListMosaic } from '../lib/find-list-mosaic';
|
||||||
import { buildOgImage, buildItemList, WEBSITE, ORGANIZATION } from '../lib/seo';
|
import { buildOgImage, buildItemList, WEBSITE, ORGANIZATION } from '../lib/seo';
|
||||||
|
|
||||||
const HERO_SLUG = 'superkey';
|
const HERO_SLUG = 'monitorcontrol';
|
||||||
const INITIAL_GRID = 12;
|
const INITIAL_GRID = 12;
|
||||||
const BATCH_SIZE = 7;
|
const BATCH_SIZE = 7;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user