- Enhanced visual styling for port number input box
- Added proper border and padding with consistent colors
- Improved label positioning and typography
- Added placeholder text when input is empty
- Better visual cursor indication
- More detailed control instructions
- Consistent color scheme with rest of the application
The port input box now has better visual hierarchy and is easier to use.
Co-authored-by: Ona <no-reply@ona.com>
- Support Include directive in SSH config files
- Handle glob patterns (e.g., Include ~/.ssh/config.d/*)
- Prevent circular includes with cycle detection
- Gracefully handle missing or invalid include files
- Maintain compatibility with existing config parsing
This allows users to organize their SSH configs across multiple files
as supported by OpenSSH.
Co-authored-by: Ona <no-reply@ona.com>
- Interactive TUI for SSH port forwarding
- Reads from ~/.ssh/config for host selection
- Automatic port detection on remote hosts
- Manual port forwarding option
- Graceful error handling and connection timeouts
- Built with Bubble Tea framework
Co-authored-by: Ona <no-reply@ona.com>