chore: apply linting fixes to iCloud support and launcher command

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Noah Brier
2025-10-06 17:11:44 -04:00
co-authored by Claude
parent 625984ee0e
commit 1c9a9eead0
3 changed files with 35 additions and 16 deletions
+6 -2
View File
@@ -152,7 +152,8 @@ Pre-configured AI assistants ready to use:
- `de-ai-ify` - Remove AI writing patterns from text
- `upgrade` - Update to the latest claudesidian version
- `init-bootstrap` - Re-run the setup wizard
- `install-claudesidian-command` - Install shell command to launch vault from anywhere
- `install-claudesidian-command` - Install shell command to launch vault from
anywhere
Run with: `/[command-name]` in Claude Code
@@ -274,12 +275,14 @@ Install a shell command to launch your vault from any directory:
```
This creates a `claudesidian` alias that:
- Changes to your vault directory automatically
- Tries to resume your existing session (if one exists)
- Falls back to starting a new session
- Returns to your original directory when done
**Usage:**
```bash
# From anywhere in your terminal:
claudesidian
@@ -287,7 +290,8 @@ claudesidian
# It will automatically resume your last session or start a new one
```
The command is added to your shell config (~/.zshrc, ~/.bashrc, etc.) so it persists across terminal sessions.
The command is added to your shell config (~/.zshrc, ~/.bashrc, etc.) so it
persists across terminal sessions.
### Git Integration