문제

I'm looking for a way to open the url in clipboard with Alfred - using shortcut key. Can we do this ?

Example:

I select an url then I click a combo key. My browser will open that url

도움이 되었습니까?

해결책

I've resolved the problem myself. Here is the guide :

In Alfred ( make sure you have Powerpack ), make a shellscript in extensions:

/usr/bin/open -a "/Applications/Google Chrome.app" {query}

Create an extensions in hotkeys which use our created extension with the argument is selected text in OS X.

Set your keyboard shortcut. And now, when you want to open selected url, just select the url then press your keyboard shortcut.

다른 팁

Easy.

  1. Bring up the Alfred window
  2. Press cmd-v
  3. Press enter
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 apple.stackexchange
scroll top