Rocky "rpaste" cli utility provided in extras
Go to file
2024-12-03 21:25:15 -07:00
modules revendor and rebuild against 1.22.7 2024-12-03 19:50:21 -07:00
rpm update man page from rpm repo 2024-12-03 21:25:15 -07:00
vendor revendor and rebuild against 1.22.7 2024-12-03 19:50:21 -07:00
.gitignore Update to golang 1.18, update all vendored libraries 2022-10-14 18:22:42 -07:00
go.mod revendor and rebuild against 1.22.7 2024-12-03 19:50:21 -07:00
go.sum revendor and rebuild against 1.22.7 2024-12-03 19:50:21 -07:00
LICENSE working rpaste 2021-12-27 21:27:10 -07:00
README.md Rebase to 0.3.0, add rpm spec 2022-10-14 19:07:17 -07:00
rpaste.go revendor and rebuild against 1.22.7 2024-12-03 19:50:21 -07:00

rpaste

Rocky Linux rpaste utility (main) Rocky Linux rpaste utility repo issues

rpaste utility written in go. Originally started as a side project to learn golang which ended up becoming the primary utility provided in Rocky Linux for paste bin needs.

This repository is hosted at the RESF Git Service with a mirror to Github.

More information about this repository coming soon.

Installation

If you are running Rocky Linux, it is available in the extras repository.

# dnf install rpaste

Building

If you are wanting to build this utility yourself, minimum golang 1.18 is required. Rocky Linux 8.7 and 9.1 should have this.

Contributing

  • Fork the repository
  • Make sure your changes
  • Test your changes!
  • Submit a PR for review and acceptance