Developers
The command is at the prompt before your hands move
You know the flag exists. You know you used it in March. Then it is ten minutes of shell history and old branches, and you are back where you started.
⌘1 to ⌘9. Hands where they are.
public/screenshots/en/case-terminal-panel.webpmac-dark/en-US/en-mac-11-terminal-panel.pngThe panel drops over the terminal. Nothing moves out of the way.
public/screenshots/en/case-terminal-prompt.webpmac-dark/en-US/en-mac-12-terminal-prompt.pngThe command is at the prompt. Press return.
Menu bar
A panel over the terminal, not another window
1SecCopy sits in the Mac menu bar. The panel drops over the window in front of you, terminal or editor, and nothing gets pushed aside. Click a card to paste it there. Or press ⌘1 to ⌘9 and never reach for the trackpad.
The nine you press without looking
Commands
- ⌘1
git log --oneline --graph --decorate -20 - ⌘2
git bisect start HEAD v2.4.0 - ⌘3
git rebase -i --autosquash origin/main - ⌘4
git commit --fixup HEAD~2 - ⌘5
docker compose up -d --build --remove-orphans - ⌘6
kubectl rollout restart deploy/api - ⌘7
npm run build && npm run lint
Review comments
- ⌘8
Can we get a test for the empty case before this merges?
- ⌘9
Reads well. One thing: the error path swallows the message.
Library
For the things that never quite stick
The rebase flags in the right order. The container command that rebuilds and detaches. The boilerplate every new module starts with. Your team's commit prefixes. The review comment that asks for a test on the empty case. Sort them into folders per repo or per task, and search across all of them when you cannot remember where you filed it.
Four lines, one card
docker compose run --rm api \
sh -lc 'npm ci \
&& npm run migrate \
&& npm test'Indentation, line breaks and quoting land exactly as saved.
Sync
Work Mac, home laptop, phone on the train
Write a card on one machine. It is on the others in about a second. One version of the command you trust, which is the point.
✦ Cross-device sync is included with Premium.
