-
Notifications
You must be signed in to change notification settings - Fork 79
Abbreviation for the -selection parameter #2
Copy link
Copy link
Open
Description
Sometimes I need to xclip -out something that is in the clipboard. I constantly keep looking up the names of the parameters: -selection clipboard, and it's also too long to type.
I have found (through code inspection) that xclip -o -se c works, too. It would be great if this was documented in the man page; bonus points for a parameter -clipboard (abbrev. -c) ;-)
Reported by: kirillmueller
Original Ticket: xclip/feature-requests/2
Reactions are currently unavailable