The original text is by Github user KawakawaRitsuki, translated by Google. I merely fixed Google's translation.
| Parts | Contents |
|---|---|
| Touch panel | 16 keys, each having 2 sensors = 32 sensors |
| Lighting | 1 per key + 1 per key separator; 16 + 15 = 31 |
| # enable GPG signing | |
| export GPG_TTY=$(tty) | |
| if [ ! -f ~/.gnupg/S.gpg-agent ]; then | |
| eval $( gpg-agent --daemon --options ~/.gnupg/gpg-agent.conf &>/dev/null ) | |
| fi | |
| export GPG_AGENT_INFO=${HOME}/.gnupg/S.gpg-agent:0:1 |
Hi all, Please consider donating to this or any of my many of opensource projects.
Getting it running on Windows is fairly simple, but the browser extension PassFF with its host script, PassFF host didn't work for me after running the installer install_host_app.bat file.
I found gopass which is a Go implementation of the original pass script, and seems to be 100% compatible.