Jump to content

nchicong

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by nchicong

  1. @deanishe

    I work with a lot of tabs and on Chrome I have a workflow to map Ctrl + number to jump to the tabs.

    Ctrl + [0 to 9] to jump from tab 0 to 9

    Ctrl + [q to p] to jump from tab 10 to 19

    Ctrl + [a to ;] to jump from tab 20 to 29

     

    I customized the workflow named Chrome Control

    ```

    x={query}
    y=$(($x - 1))
    ./chrome.js focus 0,$y

    ```

     

    I would like to do the same on Firefox. Some times during research, on Firefox with Vertical Tabs, I use up to 40 tabs.

  2. Hi @deanishe

    Thanks for the great workflow.

     

    I'm looking for a way to 'Activate Tab' by tab index instead of tab ID.

    The idea is like

    `./alfred-firefox -tabIndex 2 -action "Activate Tab" tab`

     

    I looked at the workflow code and it looks like it's only using tab ID.

    I would appreciate it if you have any suggestion.

×
×
  • Create New...