Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ Each script has its own `-h` flag for usage information.

| Name | Useage | Command |
|----------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------|
| changelog | Generates metadata for a changelog entry. | `changelog` |
| format-license | Formats the build output of `%cargo_license_summary_online` and `%tauri_summary_license_online` into a human-readable license expression. | `format-license "<raw license build output>"` |
| ldd-dnf | Finds libraries that a package dynamically links to, automatically getting the name of each package that provides them. | `getcommit <git repo url>` |
| getcommit | Fetches and formats the latest commit hash and date for a given git repository. Useful for nightly packages. | `ldd-dnf <path/to/binary.rpm>` |
| changelog | Generates info for a changelog entry based on your git config. | `changelog` |
| format-license | Formats the build output of `%cargo_license_summary_online` and `%tauri_summary_license_online` into a proper string for the RPM `License:` tag. | `format-license "<raw license build output>"` |
| ldd-dnf | Finds libraries that a binary dynamically links to, and gets the name of each package that provides them. | `ldd-dnf <path/to/binary.rpm>` |
| getcommit | Fetches and formats the latest commit hash and date for a given git repository for when packaging nightly packages. | `getcommit <git repo url>` |

### Plans
- [ ] Once more scripts get added, a CLI tool that includes all the scripts and corresponding `-h` flags should be created and packaged.
- [ ] Add documentation for how/when/why to use each script.
- [ ] Once more scripts get added, a CLI tool that includes all the scripts should be created and packaged.
- [ ] Add guide for contributing new scripts.

### Attribution
Expand Down