This repository contains various example applications built using the skeleton
package, demonstrating different use cases and features.
A simple demonstration of creating tabs and widgets - perfect for getting started!
Features:
- Basic tab management
- Simple widget creation
- Default key binding examples
Controls:
ctrl+left
/ctrl+right
: Switch between tabsctrl+c
: Exit application

A terminal-based file explorer and reader application.
Features:
- File system navigation
- File content viewing
- Tab management
Controls:
ctrl+left
/ctrl+right
: Switch between tabsctrl+w
: Close current tabctrl+c
: Exit application

A real-time system resource monitoring application.
Features:
- CPU usage monitoring
- Memory usage tracking
- Disk usage statistics
- Real-time updates
Controls:
ctrl+left
/ctrl+right
: Switch between tabsctrl+c
: Exit application

A terminal-based RSS news reader application.
Features:
- RSS feed parsing
- News article viewing
- Multiple feed support
- Clean article formatting
- Tab-based navigation
Controls:
ctrl+left
/ctrl+right
: Switch between tabsctrl+c
: Exit application

Each example is contained in its own directory and can be run independently. To try an example:
- Navigate to the example directory
- Run
go mod tidy
to ensure dependencies - Execute
go run .
to start the application
You can customize key bindings in all examples by modifying the configuration in the respective main.go
files.
Feel free to contribute more examples or improve existing ones through pull requests!