Jump to content

niels_bom

Member
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Like
    niels_bom reacted to vitor in Multiple keywords support   
    Starting from Alfred 5.1 (currently in pre-release), multiple keywords are supported.
  2. Like
    niels_bom reacted to YuTang in Multiple keywords support   
    Currently we can have only one keyword in a single input, yet from time to time I need to set some aliases to that keyword. For example, I set a keyword gb to search books in Google Books. but in case that I don't remember that keyword clearly, I also set another keyword gbook to do exactly the same thing. But now I need to add a new keyword input and it's kind of troublesome to keep their icons, url, title, etc. exactly the same.  So I wonder whether you have any plan to support set multiple keywords to increase fault tolerance, just like another app xSearch, you can set multiple keywords and separate them with a comma. I feel it would be great if you add multiple keywords to web search or keyword input in the workflow.
     
     
     


  3. Like
    niels_bom reacted to luckman212 in "Global" Environment Variables for workflows?   
    Alfred 4.5 build 1249 macOS 11.5  
    When Alfred executes Bash scripts with the standard shebang of `#!/usr/bin/env bash`, it runs a non-login, non-interactive shell (`/bin/bash foo.sh`). This means that ~/.bashrc, ~/.bash_profile, /etc/bashrc etc are not sourced. This makes it difficult to set certain environment parameters, notably $PATH, $HOMEBREW_PREFIX etc.
     
    I found that setting $BASH_ENV to ~/.bashrc is a workaround. As per the Bash manpage, that var causes bash to source the specified file on noninteractive shells.
     
    TL;DR— is there any way to globally set a variable to apply to all workflows? I can definitely set it for each individual wf, but this would be a nice feature...
     
×
×
  • Create New...