#github #check #repository #status #owner #repo #cli

app fjf

A simple CLI for GitHub check runs

3 releases (breaking)

0.3.0 Oct 7, 2023
0.2.0 Oct 6, 2023
0.1.0 Oct 6, 2023

#12 in #owner

MIT license

23KB
297 lines

fjf — A Simple GitHub Checks CLI

fjf lets you check the status of your GitHub check runs for the current git ref:

> fjf status
Found 1 runs for main

build   🟢

It attempts to detect the GitHub repository from your origin remote url, but if it can't, you can manually supply the repository owner and name:

fjf status --owner NicholasLYang --repo vicuna

You can also open a check run in your browser:

fjf open

If you want to use fjf on private repositories, you can login to GitHub:

fjf login

Why Does This Exist?

gh, GitHub's official CLI, does allow you to list check runs, but only in the context of pull requests. Also, it requires you to either look up your PR number or remember it. That seemed like unnecessary friction to me.

I got sick of refreshing my browser to see if my check runs had finished, so I wrote this.

Dependencies

~27–44MB
~797K SLoC