Skip to content
Snippets Groups Projects
  1. Sep 18, 2012
  2. Sep 17, 2012
  3. Sep 14, 2012
  4. Sep 13, 2012
    • Brian Mattern's avatar
      add edit command to zsh completion · 36a453ed
      Brian Mattern authored
      36a453ed
    • Brian Mattern's avatar
      Skip directories in zsh completion · bdc0960d
      Brian Mattern authored
      this allows the full entry to be completed with a single tab if there is
      only one entry in a folder
      
      e.g., given:
      
       amazon.com
           user at domain.com
       google.com
           user1
           user2
      
      `pass am<tab>` -> `pass amazon.com/user at domain.com`
      
      while
      
      `pass goo<tab>` -> `pass google.com/`
      
      (previously, the amazon completion would have stopped at amazon.com
      despite only a single entry existing)
      bdc0960d
  5. Sep 11, 2012
  6. Sep 10, 2012
  7. Sep 08, 2012
Loading