#ci #display #status #wait #git #push

app ci-status

Displays CI statuses right in your terminal

1 unstable release

0.1.0 Oct 12, 2023

#303 in Testing

MIT/Apache

17KB
124 lines

CI Status

Displays CI status for your current commit and waits until the CI settles (no jobs are pending):

$ cd some-project-of-mine
$ git push
$ ci-status
No statuses registered yet... will wait...
🕒 ci/woodpecker/push/tests: https://ci.codeberg.org/repos/12690/pipeline/4/3
🕞 ci/woodpecker/push/fmt: https://ci.codeberg.org/repos/12690/pipeline/4/2
🕔 ci/woodpecker/push/clippy: https://ci.codeberg.org/repos/12690/pipeline/4/1

After a while the lines will turn to:

🟩 ci/woodpecker/push/tests: https://ci.codeberg.org/repos/12690/pipeline/4/3
🟥 ci/woodpecker/push/fmt: https://ci.codeberg.org/repos/12690/pipeline/4/2
🟩 ci/woodpecker/push/clippy: https://ci.codeberg.org/repos/12690/pipeline/4/1

(One failed job and two successful in this case)

Note that at this moment it was tested only on Codeberg and may be rough around the edges!

Dependencies

~9–23MB
~358K SLoC