a simple copying tool for windows and linux. It takes standard user input through a pipe and copies the text in the clipboard.
go install github.com/saeed0x1/clip@latest
for single lines
echo "some text" | clip
for multiple lines
cat file.txt | clip