feat: Add jump to bottom shortcut and show full commit messages in git log

- Add Cmd+Shift+J global shortcut to jump to bottom of output
- Display full commit message body in git log detail view
- Add scratch/ to .gitignore for local notes
- Document new shortcut in README.md

Claude ID: 900964ee-78bd-47d3-af6a-f8ef6112e80c
Maestro ID: 5a166b38-b7e9-47f0-a8ff-0113c65f2682
This commit is contained in:
Pedram Amini
2025-11-30 02:00:31 -06:00
parent 2eba61f5d0
commit b37423abf8
7 changed files with 61 additions and 514 deletions

1
.gitignore vendored
View File

@@ -10,6 +10,7 @@ dist/
release/
*.log
tmp/
scratch/
# Environment
.env