Skip to content
Snippets Groups Projects
  1. Mar 22, 2014
  2. Mar 20, 2014
    • Erik Mackdanz's avatar
      Keepass import should include root-level entries · 9be03f76
      Erik Mackdanz authored
      Repro steps:
      1. In KeePass, add some entries as children of the root node
      2. Export the KeePass to foo.xml
      3. 'keepass2pass.py -f foo.xml'
      Expect: all entries imported
      Actual: root-level entries are skipped
      9be03f76
    • Philip Chase's avatar
      keepassx2pass: friendly title field · 2bac6dd4
      Philip Chase authored
      This patch removes several special characters while attempting to preserve
      as much meaning in the filename as possible. These changes are made to the
      KeepassX title before it is used as a file password store filename:
      
         - Spaces between words in file names are replaced with camelCasing.
         - The characters \ | ( ) are each replaced with a hyphen.
         - Trailing hypens are removed.
         - @ is replaced with "At"
         - ' is removed
      2bac6dd4
    • Jason A. Donenfeld's avatar
      New pwsafe2pass script. · 60c8957c
      Jason A. Donenfeld authored
      60c8957c
    • 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
  3. May 19, 2013
  4. Mar 27, 2013
  5. Feb 23, 2013
  6. Jan 18, 2013
  7. Dec 02, 2012
  8. Oct 09, 2012
  9. Oct 07, 2012
  10. Oct 03, 2012
  11. Sep 30, 2012
  12. Sep 22, 2012
  13. Sep 21, 2012
  14. Sep 20, 2012
  15. Sep 19, 2012
  16. Sep 18, 2012
  17. Sep 17, 2012
  18. Sep 14, 2012
  19. 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
Loading