-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add GHA workflow - freetext > dropdown #20
Comments
Yes, this is a known problem. Of course CCMenu could fetch all repositories, or the user could actively say "fetch more", but then a pop-up isn't a great UI for that. I wanted to use a search-box with drop-down but that UI element doesn't exist in Swift UI and it proved to be quite difficult to implement it. Will return to this sooner or later. |
Im not familiar with swift, but it looks like you save the state in json files? Where is the files located? I could problably add the repositories manually? |
Yes, that's a possible workaround. That said, CCMenu stores its settings in the macOS database but you can export and import pipeline settings, and those are in JSON format. So, you can create a JSON file with your pipeline (or pipelines even) and then import that from the menu on the pipeline window in CCMenu. The format is relatively straightforward. Here's an example for CCMenu itself:
Note the outer angular brackets, the file must be an array of pipeline objects. The |
Please have a look whether this pre-release addresses your issue: https://github.com/ccmenu/ccmenu2/releases/tag/v27.0d1 |
We have 5K+ repositories in our org and I am presented with a drop down menu.
The text was updated successfully, but these errors were encountered: