Skip to content

Instantly share code, notes, and snippets.

@ojas
Created July 19, 2017 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojas/17291d9b8386a496f409232b16cf733d to your computer and use it in GitHub Desktop.
Save ojas/17291d9b8386a496f409232b16cf733d to your computer and use it in GitHub Desktop.
Command Line.md
pbpaste | perl -e 'use URI::Escape; my $url = <STDIN>; chomp $url; my $url = "https://www.pinterest.com/pin/find/?url=" . uri_escape($url); print($url);' | xargs open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment