Rocky "rpaste" cli utility provided in extras
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Louis Abel 174f0860a7
update vendored
4 months ago
modules Rebase to 0.3.0, add rpm spec 5 months ago
rpm Rebase to 0.3.0, add rpm spec 5 months ago
vendor update vendored 4 months ago
.gitignore Update to golang 1.18, update all vendored libraries 5 months ago
LICENSE working rpaste 1 year ago
README.md Rebase to 0.3.0, add rpm spec 5 months ago
go.mod update vendored 4 months ago
go.sum update vendored 4 months ago
rpaste.go Update to golang 1.18, update all vendored libraries 5 months ago

README.md

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