Jump to content

Augusto

Member
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Augusto last won the day on January 9 2014

Augusto had the most liked content!

Augusto's Achievements

Helping Hand

Helping Hand (3/5)

2

Reputation

  1. juggopop, try this: - find that lines in the bin/bash script element: base=$(basename "$input") new=$(echo -n $base) - replace with that: base=$(basename "$input") currentdate=$(date +"%Y%m%d") name=$(basename "$base" .png) new=$(echo -n $name.$currentdate.bak.png)
  2. As some users already know, the new tinypng api requires an API key. Until the next Benzi's update comes, you can do the following steps: - get your unique API key here (the free one allows you to convert up to 500 png files per month): https://tinypng.com/developers - edit the great Benzi's workflow, and in the bin/bash script element, find that line: download=$(curl -s --data-binary "@$input" http://tinypng.org/api/shrink | grep -o "http[^\"]*") .. and replace for that: download=$(curl -s --user api:YOUR_UNIQUE_API_KEY_HERE --data-binary "@$input" https://api.tinypng.com/shrink | grep -o "http[^\"]*") just save and use!
  3. Hello @Benzi! Your workflow is so great! Unfortunately, in the last weeks it stopped to work.. think thats a problem with the API (it may be changed - https://tinypng.com/developers) Thanks!
  4. Hello Andrew, sorry about replying in this old topic, but the subject is the same (the media keys).. first, congratulations to the team for the fantastic job with the Alfred App Now, I only can use the media keys with a modifier key combination, like cmd + fn + f11... It's possible to use only the fn + f11 as a hotkey (without the modifier key)? thanks!
×
×
  • Create New...