Final tools and comprehensive daily log - ref.py: Quick reference snippets - Updated memory/2026-01-30.md with full session log - 22 tools total, 2 projects

This commit is contained in:
2026-01-30 23:47:35 -06:00
parent 7925efe4f1
commit 9b7d7db55c
4 changed files with 204 additions and 35 deletions

20
data/references.json Normal file
View File

@ -0,0 +1,20 @@
{
"git-undo": {
"content": "git reset --soft HEAD~1 # undo last commit, keep changes",
"category": "general",
"added": "2026-01-30T23:46:59.242680",
"views": 0
},
"git-amend": {
"content": "git commit --amend # modify last commit",
"category": "general",
"added": "2026-01-30T23:46:59.267002",
"views": 0
},
"tmux-split": {
"content": "Ctrl+a | (vertical) or Ctrl+a - (horizontal)",
"category": "general",
"added": "2026-01-30T23:46:59.291657",
"views": 0
}
}