clippy

Copy files from terminal that paste correctly into GUI apps

brewmacoslinux
Try with needOr install directly
Source

About

Copy files from your terminal that actually paste into GUI apps

Commands

clippy

Examples

Copy a file path to clipboard for pasting into GUI applications$ clippy /path/to/file.txt
Copy multiple files at once$ clippy file1.txt file2.txt file3.txt
Copy output from a command using pipe$ ls -la | clippy