bob: Update to 0.99.7.
* Bump dependencies to include illumos patches, `cargo install bob` now
works again on illumos.
* Significant performance improvements throughout, especially for full
pkgsrc builds: scanning, dependency resolution, build startup,
`bob status`, and report generation are all faster and use less memory.
* New `bob list builds` command (with `bob ls` as a shorthand), replacing
`bob diff -l`, showing a summary of each build in the history database
with package counts and durations.
* New `bob prune` command to remove build sessions from the history
database, selected by range, by age, or by keeping only the most recent.
* Improve consistency across all output commands with regard to arguments,
column selection, sorting, and table, CSV, or JSON output.
[27 lines not shown]
forgejo-cli: Import forgejo-cli-0.5.0 as wip/forgejo-cli
fj, a CLI client for Forgejo akin to gh, glab, or tea!
You can...
- Open, edit, comment on, close issues
- Create and merge pull requests
- Easily create AGit pull requests, no need to fork!
- Create, star, watch, and edit repositories
- Manage organizations and teams
- Publish new releases
...all from the command line!
fj doesn't try to replace your usage of git, it's meant to work
alongside it. It handles all the Forgejo-specific things that git
doesn't.