clp, copy files to your clipboard
clp is a utility that i made in 30 minutes just because im too lazy to manually copy a error log, is made in Go.
I don't know if it works on Windows, and im not going to test it.
You can compile it from source, or, install it with go install
git clone https://github.com/Alvesafk/clp --depth=1
cd clp
git build -o clp .
Then just put in your $PATH or whatever you want to do.
go install https://github.com/Alvesafk/clp@latest
It will be on your Go bin path, wherever you put it, is a good idea to export it into your shell config.
That's it, thanks for reading!
Sincerely, Alvesafk.