How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Make awesome command-line applications the easy way
The complete solution for Ruby command-line executables
Gooey is a framework that transforms command-line programs into graphical applications by automatically generating user interfaces from existing argument definitions. By applying a decorator to a script, the tool maps standard command-line arguments to specialized graphical widgets, allowing users to interact with terminal-based utilities through forms, file pickers, and date selectors. The project distinguishes itself by providing a comprehensive suite of customization and lifecycle management tools that extend beyond simple interface generation. It includes capabilities for input validation
General purpose Command Line Interface (CLI) framework for Ruby
The main features of dry-rb/dry-cli are: CLI Development, Ruby CLI Frameworks.
Open-source alternatives to dry-rb/dry-cli include: mdub/clamp — a Ruby command-line application framework. davetron5000/gli — Make awesome command-line applications the easy way. commander-rb/commander — The complete solution for Ruby command-line executables. chriskiehl/gooey — Gooey is a framework that transforms command-line programs into graphical applications by automatically generating… datafolklabs/cement — Application Framework for Python. dannyben/runfile — Command line for your projects.