-
Content Count
59 -
Joined
-
Last visited
-
Days Won
1
jarhead last won the day on February 25 2015
jarhead had the most liked content!
About jarhead
-
Rank
Member
Contact Methods
-
Twitter
http://twitter.com/jarhead
-
Website URL
http://unknowntypo.com
Profile Information
-
Location
Nashville, TN
Recent Profile Visitors
983 profile views
-
thanasut reacted to a post in a topic: Create new task in OmniFocus inbox
-
Yuri reacted to a post in a topic: Google Chrome Tab Search (Workflow)
-
jarhead reacted to a post in a topic: AirPods Audio Source Selector
-
CarlosNZ reacted to a post in a topic: Tiny PNG workflow [Updated to v1.2]
-
You don't need to go to tinypng_config in the workflow... just start typing tiny into Alfred and you will be provided with three options. One option will be "Enter/Change API Key". Choose this option and it will prompt for your API key. Paste your key, hit return and you should be good to go.
-
Carlos-Sz reacted to a post in a topic: Screenshots 1.1: capture, save to Dropbox, get Link and manage files and past links
-
Figured this out playing with further. Thanks. Missed the obvious.
-
Thanks David. Using $ctyw works... kind of. Adding a Large Text output shows that it is only sending http and not the entire website. Tried putting the website in quotes and single quotes unsuccessfully.
-
I'm attempting to setup a workflow that allows you to enter a county name and then hit the Enter key to open the website assigned to that county. I have the terms along with their corresponding websites stored in a text file and separated by a colon like the following example: Anderson County:http://www.assessment.cot.tn.gov/re_assessment/SelectCounty.aspx?map=true&SelectCounty=001 Davidson County:http://www.padctn.org/prc/#/search/1 Hickman County:http://hickman.capturecama.com I have the following Input Script Filter setup but cannot figure out how to launch the website. I'
-
Workflow works great except for `td t`... I would submit the workflow at Packal.
-
DownMedia — Download media from popular sources
jarhead replied to vitor's topic in Share your Workflows
I noticed from the youtube-dl readme file, as of April 26, 2015, youtube-dl uses -f bestvideo+bestaudio/best as the default. Is there a way to tell if the workflow is using the most current version of youtube-dl? Thanks. -
DownMedia — Download media from popular sources
jarhead replied to vitor's topic in Share your Workflows
Per Scott's suggestion, adding -f 137/22/18/17 to the workflow got rid of the numbered versions and the workflow is now working correctly. -
DownMedia — Download media from popular sources
jarhead replied to vitor's topic in Share your Workflows
Fantastic workflow (not surprising really coming from you Vitor)... I'm having an issue where I followed the steps to keep video & audio and it works. For some reason, it creates a second version of both the video & audio. For example, using the workflow, it downloaded a video called "Best DIY GoPro Mounts.mp4"... it also created another version entitled "Best DIY GoPro Mounts.f136.mp4". It does the same with the audio... two m4a versions one including .f141.m4a. I just added --extract-audio --keep-video --quiet The script I'm using for dv following the instructions... ex -
AlfredBookmarklet — Use a browser bookmarklet via Alfred
jarhead replied to vitor's topic in Share your Workflows
Still does not work if I remove the javascript: portion. Chrome console references the following: Uncaught ReferenceError: ajaxurl is not defined That is in reference to some portion of jQuery being used in the Wordpress theme and not the bookmarklet javascript being run. I can just keep running the bookmarklet from my bookmarks bar since I run everything else using your workflow. Just wasn't sure if you new of a fix. Thanks. -
AlfredBookmarklet — Use a browser bookmarklet via Alfred
jarhead replied to vitor's topic in Share your Workflows
Hey Vitor- Use this workflow daily. Thanks. I've run into an error with one bookmarklet that I use to post to Wordpress. The Linkmarklet Wordpress plugin generates a bookmarklet depending on the options selected in the plugin. The javascript generated looks like this: javascript:var d%3Ddocument,w%3Dwindow,e%3Dw.getSelection,k%3Dd.getSelection,x%3Dd.selection,s%3D(e%3Fe():(k)%3Fk():(x%3Fx.createRange().text:0)),f%3D%27http://prodougtivity.com/wp-content/plugins/linkmarklet%27,l%3Dd.location,e%3DencodeURIComponent,u%3Df%2B%27%3Fu%3D%27%2Be(l.href.replace(new RegExp(%27(https%3F:%5C/%5 -
dfay reacted to a post in a topic: Alfred Remote & Photoshop
-
EDIT: A more thorough write-up can be found here... While attempting to find ways to implement Alfred Remote into my workflow, I learned that Photoshop supports Applescript (can't believe it took me this long to find out). Combining Alfred Remote & Photoshop is cool. Among other things, you can launch Photoshop Actions. As an example, I use Photoshop actions to highlight portions of a document and then create a tear effect that I use in Keynote presentations. Before, I had to remember the keyboard shortcuts I assigned to the various actions and run them at various times. This w
-
jarhead reacted to a post in a topic: Markdown TOC Generator
-
For those having issues, download this version of the workflow: New OmniFocus Inbox Task.alfredworkflow It is the same version provided by khit but with the modified Applescript provided above. If you still encounter issues, make sure to delete the prior version of the workflow before installing this version.