Marius Burz
Marius Burz
Info supports looking up indices that are not Nodes. For a list of what indices you could look up you could run `info --apropos=` I added support for this on...
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf (0.25.1) - [x] I have searched through the existing issues...
TOTP prompts 'Verification code: ' as used by google-authenticator-libpam are now supported. Reference: https://github.com/google/google-authenticator-libpam/blob/366ace3e5849d0d259915ddff22c8ec55e40b3ad/src/pam_google_authenticator.c#LL61C24-L61C42 Closes #998.
Currently only password prompts that contain 'password' are supported (see `PASSWORD_PROMPT_PATTERN` in `mitogen/ssh.py`). In order to support TOTPs for google-authenticator-libpam, this must be extended to also cover 'verification code'. This...
Let's take Firefox as an application. I would like to be able to define a mapping for F2 for it similar to: ``` [firefox] f2 = right ``` But without...