Skip to content
Snippets Groups Projects
  1. Apr 17, 2014
  2. Apr 15, 2014
  3. Apr 14, 2014
  4. Mar 24, 2014
  5. Mar 22, 2014
  6. Mar 20, 2014
    • Tom Vincent's avatar
      Follow symlinks in Zsh completion · 59e0e6eb
      Tom Vincent authored
      If `PASSWORD_STORE_DIR:-$HOME/.password-store` is a symlink, Zsh throws:
      `_values:compvalues:10: not enough arguments`.
      
      Passing `-L` to find(1) fixes this.
      59e0e6eb
  7. Oct 03, 2012
  8. Sep 30, 2012
  9. Sep 22, 2012
  10. Sep 19, 2012
  11. 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
  12. Sep 11, 2012
  13. Sep 10, 2012
  14. Sep 08, 2012
  15. Sep 07, 2012
Loading