Commit Graph

4 Commits

Author SHA1 Message Date
koreafood fd17d81cb9 feat: add PicsumRandom wallpaper Spoon with hotkey
Implement a Hammerspoon Spoon that sets random Lorem Picsum wallpapers on a 3-hour automatic refresh interval. Add Ctrl+Alt+Cmd+W hotkey for manual immediate refresh with system conflict detection. Update main init.lua to load the Spoon, handle missing installation errors, and bind the hotkey. Set up cache directory management for downloaded wallpaper images and replace the prior Unsplash-based wallpaper setup.
2026-06-26 10:07:16 +09:00
koreafood de5f09da95 수정 2026-06-26 08:58:20 +09:00
koreafood e970b7b04b feat: add cmd+b hotkey to auto-type stripped clipboard text
Add a new global Cmd+B hotkey that reads clipboard content, removes all hyphens,
and sequentially types the cleaned text into the currently focused application. Include
prerequisite checks for accessibility permissions and secure input state, error handling for
clipboard access and typing failures, and system hotkey conflict detection to avoid overriding
existing macOS shortcuts. Also add the project's git commit message guidelines in
.trae/rules/git-commit-message.md.
2026-06-26 08:56:18 +09:00
koreafood 7868bdc6b7 Initial commit 2026-06-24 16:55:25 +09:00