Releases: herrhotzenplotz/gcli
Releases · herrhotzenplotz/gcli
0.4.1-alpha
Now with a --sorted
option that reverses the output of lists, making it more readable as newest items are on the bottom.
0.4.0-alpha
Now with updated man pages and features for:
- gists
- releases
Please report bugs if you encounter them.
0.3.1-alpha
There seems to be a bug in the GNU make on Fedora 35 that breaks POSIX compatibility as the
${MAKE}
which is required by the standard is unset.
This adds better error messages if curl requests fail or return a non-2xx status code.
You can now also inspect PR reviews and comments.
What remains to be done:
- Gists
- PR review submission
0.2-alpha
First barely usable test release. Please report usability issues, bugs, crashes or other unexpected behaviour.
What currently works:
- Listing PRs and Issues
- Commenting under PRs and issues
- Merging, Closing, Reopening PRs and issues
- Fetching details (e.g. comments, general info, diffs etc.) about PRs and issues.
What remains to be done:
- PR Reviews
- Gists
How to install:
- If unsure consult README.
- Download tarball
- Extract tarball
- Have a C99 compiler, Make, libcurl and a POSIX sh ready
- Type make and then make install