1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-11 10:21:44 +00:00

Add stdin timeout and update documentation

- Add 2-second timeout for stdin input to prevent hanging
- Update README with pronunciation guide and go install instructions
- Fix command references in documentation from ./cnotes to cnotes
- Update settings.json to use /Users/jason/go/bin/cnotes run
- Improve generated by message formatting in notes output

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jason Hall 2025-07-21 13:02:15 -04:00
parent 324ad33ccc
commit 4f8189cef8
Failed to extract signature
7 changed files with 69 additions and 46 deletions

View file

@ -166,7 +166,7 @@ func printConversationMarkdown(note notes.ConversationNote, commit string) {
}
fmt.Printf("---\n")
fmt.Printf("💡 *Generated by Claude Code hooks system*\n")
fmt.Printf("💡 *Generated by `cnotes`*\n")
}
// formatConversationExcerpt cleans up the conversation excerpt for better readability