Jump to content

cartern

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by cartern

  1. Thanks a lot. I checked it further and find the issue is not about Chinese, but that I can't search based on any chars after the 1st char.

    For example, I have a named trigger "Baidu Search", I can search it with "b" successfully like below.

    image.thumb.png.2458c164eb097dd1e587558a598785d6.png

     

    But if I search it with "a", it failed.

    image.thumb.png.83d79ee14aedf31ed9b8a5bf145a45d3.png

     

     

  2. It works, I can see it can show named triggers.

    But if I input named triggers with English names, it can filter it well. But if I input named triggers with Chinese names, it doesn't work. Maybe it doesn't work with unicode chars? 

  3. Hi,

     

    I reinstalled Python 2.17.8 by following guide https://www.alfredapp.com/help/kb/install-dependencies/

    The main idea is to run command below via Homebrew:

    brew install pyenv
    pyenv versions | grep --quiet '2.7.18' || pyenv install 2.7.18
    eval "$(brew shellenv)"
    ln -s "${HOME}/.pyenv/versions/2.7.18/bin/python2.7" "${HOMEBREW_PREFIX}/bin/python"

     

    Now when I run command "Python" in Terminal, it runs Python 2.

     

    But I have other projects which requires Python 3 with command "Python". So I need to uninstall Python 2.17.8.

    Does anybody has any idea how to uninstall it?

  4. Hello,

     

    Sometimes, I want to locate the web search items, but I don't want to open this item in a browser.

    What I want is to copy the URL of this item so that I can share it with someone else via email.

     

    For example, I input "umysq" and located the URL below. How can I get the URL of this item quickly?

     

    image.thumb.png.da7bc11e46a26527b6228803816bd871.png

×
×
  • Create New...