Jump to content

UNOwen

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by UNOwen

  1. With Alfred v2.0.1 (173), whenever I try to open a terminal (doesn't matter if iTerm or Terminal) on a folder containing either of ()[] symbols, using the `Open Terminal Here` action of `File Selection` actions, entering the directory fails.

     

    E.g. for "Applications (Parallels)" I invoke file selection actions, choose `Open Terminal Here`. The terminal opens, with the following:

    cd /Users/user/Applications\ (Parallels)/
    user % cd /Users/user/Applications\ (Parallels)/
    zsh: no matches found: /Users/user/Applications (Parallels)/
    user %
    

    However, this would work:

    user % cd /Users/user/Applications\ \(Parallels\)/
    Applications (Parallels) %
    

    I did not modify the standard action. My terminal shell is zsh though, which is not default.
     

×
×
  • Create New...