This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # This script should help facilitate setting up a new worktree, including: | |
| # - creating a new worktree | |
| # - installing dependencies | |
| # - creating a new branch | |
| set -Eeuo pipefail | |
| trap cleanup SIGINT SIGTERM ERR EXIT |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| "buttons", | |
| "calendar", | |
| "obsidian-contextual-typography", | |
| "obsidian-fullscreen-plugin", | |
| "obsidian-mind-map", | |
| "obsidian-reading-time", | |
| "obsidian-shortcut-launcher", | |
| "obsidian-admonition", | |
| "advanced-toolbar", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "schemaVersion": 2, | |
| "generatedAt": "2026-07-23T16:50:33.907Z", | |
| "period": { | |
| "from": "2025-08-21", | |
| "to": "2026-07-23" | |
| }, | |
| "summary": { | |
| "totalCostUSD": 10321.17, | |
| "totalTokens": 544997729, |
OlderNewer