Jump to content

ShogunPanda

Member
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by ShogunPanda

  1. Hi all!

    First of all, sorry for the long absence in supporting this workflow.

    @aheidelberg Thanks for finding a workaround while I was MIA :)

     

    Today I've update the Workflow to version 4.0.0.

    This update includes a rewrite in Go of the helper, which slims down workflow size by more than a half.

    I also checked Chrome source and I now the profiles detection has vastly improved, support explicitly Chrome, Chrome Canary and vanilla Chromium.

     

    Finally, in order to specify a different Chrome flavor, you know have to use the environment variable ALFRED_CHROME_NAME, which you can easily edit in the workflow configuration window (second icon in the settings) rather than editing obscure files. 

    For more information about this, checkout the first post of this thread.

     

    Let me know if it works properly and thanks again for liking this!

    See ya!

      Paolo

  2. Ehi @polen, do you get any error or notification?

     

    If not, can you please try the following steps and paste the output here?

     

    1. Open Alfred Preferences 
    2. Go to Workflows settings 
    3. Right click on “Alfred Chrome” and then click on “Open in terminal” 
    4. Press enter in the terminal 
    5. Type “./alfred-chrome $QUERY“ (without quotes, where $QUERY must be replaced with whatever you usually type in Alfred) and press enter again 
     

    This way I should be able to address any issue. Thanks!

      Paolo

  3. Also available here: http://www.packal.org/workflow/alfred-chrome

     

    Introduction

     

    This workflow allows you to open a URL in Google Chrome.

     

    To trigger the workflow, type chrome or cr. Optionally you can add a URL.

    Between the results you will a list of profiles to use to open the URL (or simply to open a new window).

    If you hold the `Alt` key while selecting the result item, the window will be open using incognito mode.

     

    Installation
     
    Double click (or open in Alfred settings) the Alfred Chrome.alfredworkflow file.

    This workflow is for Alfred 3 only therefore it works on macOS 10.9+ (Mavericks and following).

     
    Uninstallation
     
    Remove the workflow via Alfred settings.

     

    Specifying a different flavor of Chrome

     

    If you use Canary version of Chrome or similar applications, like Chromium, you can instruct the workflow to use it.

    To do it:

     

    1. In the Workflows settings, select Alfred Chrome workflow.
    2. Open the Configure workflow and variables by clicking on the second icon on right section of the workflow header.
    3. Under the Workflow Environment Variables section, create a variable called ALFRED_CHROME_NAME and enter the same name you see in your Applications folder.
    4. Click on Save and you're good to go! :)
  4. Hi all!


    Following my needs, I wrote a powerful workflow in Ruby. It's name is pincerna (butler in latin, for who cares XD).


     


     


    Capabilities:


    • Unit & currency conversion.
    • Translate text using Google Translate.
    • View places on Google Maps.
    • Get forecast from Yahoo! Weather.
    • Manage VPNs and IPs.
    • Access Chrome, Safari and Firefox bookmarks.

    System dependencies and required modification:


    This gem has some dependencies, but it can be installed using the gem command, so it shouldn't be too hard.


    Also, RVM is required on MacOSX 10.8 and below, in order to enable Ruby 1.9.


     


    Download:


    You can find the gem here:


    Let me know what you think about it. Hope you'll like it!


      Shogun


     

     


×
×
  • Create New...