3 Commits
Author SHA1 Message Date
DavidandClaude Opus 4.8 689b60d22e scripts: add 7za shim that swallows benign dylib symlink errors
Wrap 7za so a "Cannot create symbolic link" failure on libcrypto/libssl
.dylib entries exits 0 instead of failing the extraction; all other
non-zero exits pass through. Also picks up npm lockfile normalization.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-25 10:35:08 -04:00
David 704e172da9 Rename project to trailhead-path-bookmarker
- npm name: trailhead-path-bookmarker (package.json + lockfile)
- electron-builder appId: com.dbeuttel.trailhead-path-bookmarker
- AppUserModelId in main.js matches the new appId
- README title updated; userData path now %APPDATA%\Trailhead Path Bookmarker

Icon generator now emits both sizes:
- assets/tray-icon.png (32x32) for the system tray
- assets/app-icon.png (256x256) for electron-builder's win.icon, which
  rejects PNGs smaller than 256
2026-04-29 10:27:25 -04:00
David 56ef96026b Initial commit: Folder Bookmark Tray
Windows tray app for bookmarking folders with quick-action buttons
(Explorer, Terminal, Claude, Visual Studio, Redeploy).

Features:
- Tabs containing columns of bookmarks
- Per-row launcher buttons configurable from a header settings panel
- Optional auto-start on Windows login
- In-app confirm dialogs for destructive actions
- Dark theme, frameless tray-anchored popup, pinnable
2026-04-29 09:36:59 -04:00