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:
parent
324ad33ccc
commit
4f8189cef8
7 changed files with 69 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue