command-line program for getting and setting the contents of the X selection
XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button.
XSel is a command-line program for getting and setting the contents of the X selection. Normally this is only accessible by manually highlighting information and pasting it with the middle mouse button.
To install xsel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xsel
To see what files were installed by xsel, run:
port contents xsel
To later upgrade xsel, run:
sudo port selfupdate && sudo port upgrade xsel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.