astrand / xclip

Command line interface to the X11 clipboard
GNU General Public License v2.0
1.03k stars 73 forks source link

Allow to specify stdin as "-" #112

Open maxnikulin opened 3 years ago

maxnikulin commented 3 years ago

It is wide spread convention to use dash as stdin where file name argument is expected. E.g. it is convenient to have common user configurable command where either real file or - could be substituted:

xclip -in -target %t %f
maxnikulin commented 3 years ago

Consider this change just as a feature request.