@jarkko I think this is the problem with piping to head, not with sq itself. I observe the same with ntpd-rs.
@jarkko Is this particular thing about memory management even?
@jarkko Sequoia supports talking to cards directly, but it's disabled by default because GnuPG's agent likes to grab them exclusively and in a transition period re-using gpg-agent provides a better user experience. If you go for outright removal of gpg-agent and enabling the `sequoia-keystore/openpgp-card` feature in sequoia's keystore crate, you can talk to them without GnuPG in the picture at all:
```
- @openpgp-card/0006:10938965: available, locked
```
@neverpanic AFAIR you don't need a GnuPG keystore to use gpg-agent with a smartcard, so even with gpg-agent in the picture, you don't need to maintain two keyrings.
There's no SSH agent talking to the Sequoia Keystore yet — that's also something that's still blocking me from dropping gpg-agent completely. There is https://gitlab.com/sequoia-pgp/ssh-agent-pks which uses an older protocol (and no longer works) but can maybe be updated or serve as an inspiration for a new one.