cp8_cli
cp8_cli copied to clipboard
Archive this project?
Yes, it is with a heavy feeling of history coming to an end that I ask this question 😅, but I have been playing around with the GitHub CLI recently and found that it can actually now do most of what cp8_cli
does, ie:
cp8 open → gh pr view --web
cp8 ci → gh pr checks
The one "killer feature" missing was cp8 start
, but I have ported the code as an extension to gh
that does the same, ie:
gh extension install https://github.com/balvig/gh-start
gh start "my new story"
I have been using gh-start
for the past few weeks and found that it is now only muscle memory that might prompt me to reach for cp8
instead. 😅
I don't yet have a replacement for cp8 suggest
but am thinking of adding it as an extension as well.
So...if anyone still uses this 😆 what do you think?