jorgenpt / grabbox

30 stars 4 forks source link

Use screencapture's filename #6

Closed jridgewell closed 9 years ago

jridgewell commented 9 years ago

Closes https://github.com/jorgenpt/grabbox/issues/4

jorgenpt commented 9 years ago

The reason the random string was used to begin with was due to people being concerned with the filenames being easily guessable, and sharing some mildly confidential screenshots.

If you made it do $filename $random.png rather than $filename.png, I would accept this change.

jridgewell commented 9 years ago

Updated to use "$filename $random.$ext"

jorgenpt commented 9 years ago

:+1: Thanks!