no auto-enter anymore
        Jes Olson j3s@c3f.net
        
        
        
        
        
        Tue, 21 Jun 2022 17:02:34 -0500
        
          1 files changed,
          1 insertions(+),
          2 deletions(-)
          
          jump to
            
            
            
            M
            
          
          bin/pa-fuzzel
          
            → 
            bin/pa-fuzzel
          
          
            
          @@ -6,5 +6,4 @@ cd "${PA_DIR:-$HOME/.local/share/pa}"
password_files="$(find * -type f | grep -v '/.git')" password=$(printf '%s\n' "$password_files" | sed 's/.age//' | fuzzel -dmenu "$@") -pa show "$password" | head -n 1 | - wtype - +pa show "$password" | head -n 1 | tr -d '\n' | wtype -