A Chrome Extension that fixes UI annoyances in GitHub. Easily navigate between failures on GitHub Actions logs. have your failed GitHub Actions displayed at the top, have currently reviewed file highlighted in the file tree and more.
Replies
Best
Maker
📌
Hi, I decided to scratch my own itch and fix the little things that annoy me on GitHub. What grinds my gears the most is analyzing GitHub Actions logs. It is hard to navigate between test failures. I'm simplifying that by utilizing a default search query and adding keyboard shortcuts to jump between failures.
I'm also highlighting currently reviewed file in the file tree, adding tooltips where GitHub clips content and putting failed actions on top of the list (sometimes I have dozens of actions and scrolling to failed ones is a nightmare).
Replies