[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 47bcc107b8 021/103: Enable substring matching for T
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 47bcc107b8 021/103: Enable substring matching for TOTP secret selection |
Date: |
Sat, 10 Feb 2024 13:00:00 -0500 (EST) |
branch: elpa/base32
commit 47bcc107b8b97a748f7981688ccaa8e9e4c5c2ac
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>
Enable substring matching for TOTP secret selection
M-x totp RET now matches any label that contains the string
you have typed, not just those that start with it.
---
totp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/totp.el b/totp.el
index 4930bc509c..8ab9bbf527 100644
--- a/totp.el
+++ b/totp.el
@@ -531,7 +531,7 @@ and EXPIRY is the seconds after the epoch when the TOTP
expires."
(defun totp (&optional secret label)
(interactive
- (let ((secrets (totp-secrets)) key)
+ (let ((secrets (totp-secrets)) (completion-styles '(substring)) key)
(setq key (completing-read "Generate TOTP: " secrets))
(list (cdr (assoc key secrets)) key)))
(totp-display-token secret label))
- [nongnu] elpa/base32 800de931a0 023/103: Autoload totp-import-file and update its docstring, (continued)
- [nongnu] elpa/base32 800de931a0 023/103: Autoload totp-import-file and update its docstring, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 3e5a779479 022/103: Reduce totp-minimum-ui-grace default value to 3 from 5, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 0feadbc485 025/103: Make the cancel-this-timer function more generic, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 94f41a945e 028/103: Implement auto-copying of TOTP tokens, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 a61f9c27b1 032/103: Remove unnecessary file, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 e9c9329661 033/103: Prepare for package archive inclusion, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 e18cb077d7 035/103: Note in TODO that we may be able to drop custom hmac support now, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 ff7061d7ef 036/103: Bump version to 0.2 for release attempt, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 1e14f7c45f 016/103: Remove references to debug function that doesn't exist anymore, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 c29822d2f1 015/103: Add totp-pkg.el in preparation for publishing to a package archive, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 47bcc107b8 021/103: Enable substring matching for TOTP secret selection,
ELPA Syncer <=
- [nongnu] elpa/base32 9b6ac038a1 018/103: Eliminate reference to obsolete internal variable in an error path, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 8925afa85b 027/103: Clarify that totp-alt-xdg-schemas is used only to read secrets, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 982c418361 026/103: Docstring style trivia, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 0741c352da 031/103: Add .gitignore, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 cf6483b7fa 030/103: Update docstrings and comments for checkdoc compliance., ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 569f5268ca 038/103: Remove some old (commented out) debug code, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 dbb395f298 046/103: Fix some compilation warnings, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 480dacaf75 043/103: Implement freedesktop notifications based UI, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 1c5810c853 057/103: Continue the Great Renaming into totp-auth-…, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 e113a73b9b 037/103: Add more details to the commentary and README, ELPA Syncer, 2024/02/10