Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance input handling script with color support and help option
Add dynamic color support to the script for better user feedback, including info, warning, and success messages. Introduce a help option (-h/--help) to guide users on script usage. Improve input handling by integrating `rlwrap` and `bat` for enhanced interactivity and fallback to `cat` when unavailable. Update exit codes for better error signaling. These changes improve the script's usability, interactivity, and user experience by providing clear feedback and robust input handling. The help option ensures users can easily understand the script's functionality. Signed-off-by: Marcelo Borges <me@marceloborges.dev>
- Loading branch information