deanishe / alfred-convert

Convert between different units in Alfred
Other
722 stars 56 forks source link

Feature request: Copy without separator #50

Closed lewisthompson closed 5 years ago

lewisthompson commented 5 years ago

conv 1hr s shows 3,600 second in the UI and copies 3,600 to the clipboard.

I like that the UI shows the thousand groupings, however, often I'm converting units for programming, spreadsheets, etc. and in those situations I usually want the "raw" value.

An option to show the thousand separators in the UI but not copy them to the clipboard would be great. Final result would be:

conv 1hr s shows 3,600 second in the UI and copies 3600 to the clipboard.

deanishe commented 5 years ago

I've added this in v3.5.2.

Use to copy the result as before but ⌘C to copy the result without the thousands separator.

deanishe commented 5 years ago

Uh, scratch that. I just checked Alfred's built-in calculator and it does the opposite ( copies the result without thousands separator).

v3.5.3 behaves the same as Alfred.