extension to browse workflow runs with fzf #7500
nicovince
started this conversation in
Show and tell
Replies: 1 comment
-
|
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have developed a
ghextension to browse workflows from the console using fzf. It uses fzf bindings to configure shortcut to be able to re-run, view, abort, watch workflows.It is basically a front-end to
gh run.Available at https://github.com/nicovince/gh-fzf-run
Install with:
Start it with (fzf must be installed):
It is possible to provide flag to filter workflows run by name, branch, completed, running.
Let me know if you encounter issues/bugs. It has been tested on ubuntu 20.04 and ubuntu 22.04 with fzf installed from the repositories.
Beta Was this translation helpful? Give feedback.
All reactions