Jump to content

moom

Member
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    2

moom last won the day on August 4 2015

moom had the most liked content!

moom's Achievements

Helping Hand

Helping Hand (3/5)

8

Reputation

  1. Hello Nemrod, change your workflow to: python webkit2png -F --width=1440 http://"{query}" ls *.png | grep -v icon.png | xargs -I {} mv {} ${HOME}/Desktop/ -F = Only create fullsize screenshot --width = initial (and minimum) width of browser (default: 800)
  2. Yes, you must add -F From: ython webkit2png http://"{query}" To: python webkit2png -F http://"{query}" Full help: sage: webkit2png [options] [http://example.net/ ...] Examples: webkit2png http://google.com/ # screengrab google webkit2png -W 1000 -H 1000 http://google.com/ # bigger screengrab of google webkit2png -T http://google.com/ # just the thumbnail screengrab webkit2png -TF http://google.com/ # just thumbnail and fullsize grab webkit2png -o foo http://google.com/ # save images as "foo-thumb.png" etc webkit2png - # screengrab urls from stdin webkit2png -h | less # full documentation Options: --version show program's version number and exit -h, --help show this help message and exit Browser Window Options: -W WIDTH, --width=WIDTH initial (and minimum) width of browser (default: 800) -H HEIGHT, --height=HEIGHT initial (and minimum) height of browser (default: 600) -z ZOOM, --zoom=ZOOM zoom level of browser, equivalent to "Zoom In" and "Zoom Out" in "View" menu (default: 1.0) Output size options: -F, --fullsize only create fullsize screenshot -T, --thumb only create thumbnail sreenshot -C, --clipped only create clipped thumbnail screenshot --clipwidth=WIDTH width of clipped thumbnail (default: 200) --clipheight=HEIGHT height of clipped thumbnail (default: 150) -s SCALE, --scale=SCALE scale factor for thumbnails (default: 0.25) Output filename options: -D DIR, --dir=DIR directory to place images into -o NAME, --filename=NAME save images as NAME-full.png,NAME-thumb.png etc -m, --md5 use md5 hash for filename (like del.icio.us) -d, --datestamp include date in filename Web page functionality: --delay=DELAY delay between page load finishing and screenshot --js=JS JavaScript to execute when the window finishes loading (example: --js='document.bgColor="red";') --no-images don't load images --no-js disable JavaScript support --transparent render output on a transparent background (requires a web page with a transparent background) --user-agent=USER_AGENT set user agent header
  3. Hello everybody, I create workflow to Scrennshot of web pages. This workflow use webkit2png from Paul Hammond. Webkit2png is a command line tool that creates screenshots of webpages. Your screenshots you can find in your desktop. We have two choice: 1: Write address (without http://) 2: Grab URL address from your Cipboard Download: from here
  4. eleven minute... you are Superman! Thanks a lot!
  5. Please, please, one question This code relocate all screenshots and icon.png from folder workflow to desktop. Please, how can I move png from folder without icon.png?
  6. Thanks a lot! I create this workflow I wrote your nick name Vítor to Created by... I made a new icon Do you agree?
  7. Thank you, thank you, thank you I replace pbcopy to pbpaste and change "Argument required" to "No Argument" in keyword section Super!
  8. Good work, but something is wrong Now i have: python webkit2png "$(pbcopy)" mv *.png ${HOME}/Desktop/ Workflow: Link
  9. Thank you, thank you, thank you! Super! Alfred 2 is best of best! I added the piece of code: Now I don't need write http:// python webkit2png http://"{query}" mv *.png ${HOME}/Desktop/ next level is url with or without http://
  10. Hello, I'm trying to create workflow for creating screenshots of webpages with webkit2png (in terminal). I installed (homebrew and after webkit2png). Please how can i create this workflow: In alfred i write "print" and "space" and "url address" and after that terminal run webkit2png "url address" Please, please, please
  11. Hello, I bought Mega Supporter Licence for Alfred v2. Now i have two Alfred in my Mac. Please, what is the best way to uninstall Alfred v1, which files i can delete? Aplication App Cleaner find: FILE: /Users/MO/Library/Preferences/com.alfredapp.Alfred.plist FILE: /Users/MO/Library/Preferences/com.alfredapp.Alfred.plist.q0IqxzT FILE: /Users/MO/Library/Preferences/com.runningwithcrayons.Alfred-Preferences.plist FOLDER: /Users/MO/Library/Caches/com.alfredapp.Alfred FOLDER: /Users/MO/Library/Caches/com.runningwithcrayons.Alfred-Preferences FOLDER: /Users/MO/Library/Application Support/Alfred Thanks
×
×
  • Create New...