Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Add interactive terminal UI via make run command#5

Open
michaeljabbour wants to merge 2 commits intobkrabach:mainfrom
michaeljabbour:feature/makefile-improvements
Open

Add interactive terminal UI via make run command#5
michaeljabbour wants to merge 2 commits intobkrabach:mainfrom
michaeljabbour:feature/makefile-improvements

Conversation

@michaeljabbour
Copy link

Summary

  • Added a comprehensive interactive terminal UI (make run) for easier access to all Recipe Executor functionality
  • Organized features into logical categories with a menu-based interface

Changes

  • Created a new make run command that provides a menu-based interface
  • Implemented sub-menus for Code Generation, Blueprint Operations, Recipe Utilities, and System Tools
  • Added clear prompts and feedback for user actions
  • Ensured consistent formatting and error handling

Benefits

  • Simplifies access to Recipe Executor functionality
  • Reduces the learning curve for new users
  • Eliminates the need to remember complex commands
  • Provides a more interactive and guided experience

Addressing Code Generation Concerns

This PR only modifies the Makefile, which is not subject to code generation. The Makefile is a configuration file that remains stable between code regeneration
cycles, so these changes will persist and won't be overwritten.

- Create comprehensive terminal UI with make run command
- Add menu system for accessing all Recipe Executor features
- Organize functionality into logical categories
- Provide user-friendly prompts and feedback
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant