Adrien

Results 5 comments of Adrien

Adding Yubikey support might help to solve #295 issue. In my case, I need to only use my subkeys because I only add these on my Yubikey. My master key...

Yayyyy, congrats @mssun and thanks a lot for the work you do 🙏

Hi ! Same issue here : I use mutliple Public keys to sign my pass content. However when I edit / create a file from pass-ios, it doesn't sign it...

Check out Authy OTP app, the WatchOS app is a real plus when working a lot with OTP codes. Having the same on Passforios would be awesome :)

Fixed it by adding this to .zshrc (Apple M1) ``` if type brew &>/dev/null; then FPATH=$(brew --prefix)/share/zsh-completions:$(brew --prefix)/share/zsh/site-functions:$FPATH autoload -Uz compinit compinit fi ```