davsclaus opened a new pull request, #23408:
URL: https://github.com/apache/camel/pull/23408

   ## Summary
   
   - Adds a Shift+F5 keybinding to the Camel TUI monitor that captures the 
current screen as ASCII art (plain text) and saves it to the current directory
   - Screenshot filename uses timestamp format: 
`camel-tui-screenshot-20260521-094200.txt`
   - A green flash message confirms the save (or shows an error) for 3 seconds 
in the footer bar
   - Uses TamboUI's `ExportRequest.export(buffer).text().toFile(path)` API
   
   ## Test plan
   
   - [x] Compiles successfully
   - [ ] Manual: run `camel tui`, press Shift+F5, verify `.txt` file is created 
with screen content
   - [ ] Manual: verify flash message appears and disappears after 3 seconds
   
   _Claude Code on behalf of Claus Ibsen_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to