Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch00k/alfred-ykman-oath
Alfred workflow for obtaining TOTP codes from a YubiKey
https://github.com/ch00k/alfred-ykman-oath
2fa 2factor alfred alfred4 alfred4-workflow oath otp totp ykman yubico yubico-otp yubikey
Last synced: about 1 month ago
JSON representation
Alfred workflow for obtaining TOTP codes from a YubiKey
- Host: GitHub
- URL: https://github.com/ch00k/alfred-ykman-oath
- Owner: Ch00k
- Created: 2021-01-30T13:54:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T10:20:26.000Z (over 1 year ago)
- Last Synced: 2023-07-15T11:26:59.037Z (over 1 year ago)
- Topics: 2fa, 2factor, alfred, alfred4, alfred4-workflow, oath, otp, totp, ykman, yubico, yubico-otp, yubikey
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-ykman-oath
Alfred Workflow for obtaining TOTP codes from a YubiKey.
The workflow uses `ykman oath` under the hood.
## Requirements
YubiKey Manager and Python 3 are required. To install both with Homebrew execute
```
$ brew install ykman python3
```# Installation
Download the latest release (`yubikey-oath.alfredworkflow` file) from
[Releases](https://github.com/Ch00k/alfred-ykman-oath/releases) page, double-click on the downloaded file, and follow
Alfred's instructions.# Usage
In Alfred command line type `yo` (optionally) followed by a filter term matching an account you want to get a TOTP code
for. The code will be copied to the clipboard in transient mode (i.e. it will *not* actually show up in clipboard
history).