zouhir / lqip-cli

Node CLI for Low Quality Image Placeholders (LQIP)
26 stars 2 forks source link

default should be no-copy to clipboard #1

Open tomByrer opened 7 years ago

tomByrer commented 7 years ago

I'm not an expert in POSIX standards, but seems in general, CLI commands do not write directly to clipboard unless piped or perhaps a flag is set. While since you wrote the command & will remember it, the default of overwriting clipboard makes sense to you, but more likely will frustrate others.

IMHO the default should be print the results only to CLI where it is pipable, & add flag to copy to clipboard.