-
Notifications
You must be signed in to change notification settings - Fork 139
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
Feature Request - GitHub actions #149
Comments
Thanks for the suggestion, looks like a good addition |
Is this on the roadmap? I use octo quite heavily for work and would like this feature. If you are open for it I can make a pull request for it @pwntester? It's quite a big scope but something basic would be a good start |
Hi @GustavEikaas, if you can break it down into smaller PRs then that'd be great start and easiest to review. Seems like awesome feature |
I tried making something basic just to suit my needs. Could some variant of gh-actions.nvim possibly be upstreamed in some shape or form? |
That's awesome. Seems really useful. Do you think that it would fit into this repo easily? Maybe starting with What are your thoughts? |
Yeah I could take a crack at it, should be pretty straightforward to add I think. By From the cli it is
Meaning we could do something like this
|
Based on my understanding, the separate commands would be easiest to add. Thatd be in the commands.lua file via two new items in table. The alternative would need logic for another level of nesting which I dont think is implemented. Otherwise, youd have to treat the "list" as command to function. But I do think having all under actions makes the most sense, right? |
Ill have a look at it hopefully today. I agree that having it all under actions would make most sense. Ill look into how much work it is to support this. |
So at this point, I have moved the list code from my plugin into octo and created the There are multiple things im planning to do and the code is a mess at this point but please feel free to test out the pr to look for changes/improvements to the UI/DX. I have only ever used this for personal/work projects so there are probably plenty of ux/ui/dx issues. To test it
Again the code is a hot mess which I will fix so dont code review it yet 😉 |
Issue Description
Type: Feature request
Describe what happened (or what feature you want)
The gh cli now offers a nice viewer for actions. As far as I know octo doesn't surface that yet? One of the few workflows I still have to do outside of octo
The text was updated successfully, but these errors were encountered: