TUI library para Zig, inspirada en ratatui
Find a file
reugenio 5ac74ebff5 feat: Add terminal extensions and new widgets
Hyperlinks (OSC 8):
- Clickable hyperlinks with URL and display text
- ID support for link grouping
- URL encoding utility

Notifications (OSC 9/777):
- iTerm2-style (OSC 9) and urxvt-style (OSC 777)
- NotificationManager with title/body support

Image display (Kitty/iTerm2):
- Kitty Graphics Protocol with chunked transmission
- iTerm2 inline images
- File and raw data display

Tree widget:
- Hierarchical tree view with expand/collapse
- Customizable symbols (Unicode/ASCII)
- TreeState for selection navigation

FilePicker widget:
- File browser using Tree widget
- Lazy-loading directory contents
- Hidden files toggle, file icons

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 17:34:33 +01:00
docs zcatui v1.2 - Sistema de eventos integrado (crossterm-style) 2025-12-08 12:55:54 +01:00
examples Add Popup/Modal and Menu widgets 2025-12-08 16:52:38 +01:00
src feat: Add terminal extensions and new widgets 2025-12-08 17:34:33 +01:00
.gitignore Inicio proyecto zcatui - TUI library para Zig 2025-12-08 01:56:44 +01:00
build.zig Add Popup/Modal and Menu widgets 2025-12-08 16:52:38 +01:00
CLAUDE.md Update CLAUDE.md to v1.3 with complete documentation 2025-12-08 17:01:41 +01:00