Jump to content

Sulcalibur

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Sulcalibur

  1. Superb workflow, thank you!!!

     

    What would be the best way for this to work with grabbing screenshot for Responsive Web Pages. I tried it with duplicating the script a few times for the different widths and adding it below in the Alfred prefs so there are numerous actions.

     

    Here is an example of the 320px width one:

    python webkit2png -W 320 "$(pbpaste)"
    ls *_320.png | grep -v icon.png | xargs -I {} mv {} ${HOME}/Documents/Screenshots/

    Trouble is, LOADS of Python rockets fill up the dock and it doesn't actually work either :(

     

    Any help would be great.

     

     

    Thanks

×
×
  • Create New...