nathancahill / Anycomplete

The magic of Google Autocomplete while you're typing. Anywhere.
1.54k stars 49 forks source link

Implements cmd-c when row is selected [related to #11] #21

Closed oleander closed 7 years ago

oleander commented 7 years ago

This pr implements #11.

nathancahill commented 7 years ago

I think there needs to be some visual feedback when copying. Maybe the chooser is dismissed (copy as an alternative to Enter)

oleander commented 7 years ago

Sure. How about close and show a message using hs.alert.show?

nathancahill commented 7 years ago

hs.alert.show("Copied to clipboard", 0.5) feels right to me.

oleander commented 7 years ago

0.5 was a bit to fast as I didn't have time to read the message. Would 1 sec work, as used in the update?

nathancahill commented 7 years ago

Looks great, thanks!