jbreams / gonepass

GTK+ 1Password reader
Other
130 stars 12 forks source link

show copy button for all single fields #21

Open dpedu opened 7 years ago

dpedu commented 7 years ago

I found myself selecting and copying username fields manually. So I figured having a copy button on all single text fields could be useful.

I guess it's a bit of an opinion thing whether or not this will merge. The copy_button param of processSingleField decides if the button is added or not, but is hard-coded to true. Maybe someday user preferences will control it.