{"id":21707234,"url":"https://github.com/revathskumar/rofi-totp","last_synced_at":"2025-04-12T16:15:05.927Z","repository":{"id":139935080,"uuid":"158609728","full_name":"revathskumar/rofi-totp","owner":"revathskumar","description":"A rofi plugin for Two-Factors Authentication","archived":false,"fork":false,"pushed_at":"2024-01-20T13:26:55.000Z","size":43,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T16:14:47.030Z","etag":null,"topics":["google-authenticator","rust","totp","two-factor-authentication"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/revathskumar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"License","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-11-21T21:45:08.000Z","updated_at":"2024-01-20T13:26:59.000Z","dependencies_parsed_at":"2024-01-20T14:30:17.579Z","dependency_job_id":"8aa41ec2-298d-433e-a9d5-30b6bb427686","html_url":"https://github.com/revathskumar/rofi-totp","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revathskumar%2Frofi-totp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revathskumar%2Frofi-totp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revathskumar%2Frofi-totp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/revathskumar%2Frofi-totp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/revathskumar","download_url":"https://codeload.github.com/revathskumar/rofi-totp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248594190,"owners_count":21130316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-authenticator","rust","totp","two-factor-authentication"],"created_at":"2024-11-25T22:16:20.670Z","updated_at":"2025-04-12T16:15:05.899Z","avatar_url":"https://github.com/revathskumar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rofi-totp\n\n    A rofi plugin for Two-Factors Authentication / Time-Based Authentication Token / TOTP /  Google Authenticator\n\n    From `0.2.0` we support ini format which is used by [alfred-workflow-gauth](https://github.com/moul/alfred-workflow-gauth)\n    but it is fully backward compatible with old `yaml` config.\n\n### Dependencies\n\n#### On ubuntu\n\n```\nsudo apt install rofi xdotool\n```\n\n### Setup\n\n#### ini config [alfred-workflow-gauth](https://github.com/moul/alfred-workflow-gauth#installation)\n\nCreate file named `.gauth` in your home directory and add apps in the format\n\n```ini\n[google - bob@gmail.com]\nsecret=xxxxxxxxxxxxxxxxxx\n\n[evernote - robert]\nsecret=yyyyyyyyyyyyyyyyyy\n```\n\n#### YAML config\n\nCreate file named `2fa.yml` in `~/.config/rofi-totp` and add apps in the format\n\n```yml\napps:\n  - label: Google\n    secret: NUYJ2UDBUNZIQGDE\n  - label: Amazon\n    secret: NUYJ2UDBUNZIQGDF\n  - label: Slack\n    secret: NUYJ2UDBUNZIQGDG\n```\n\n### Installation\n\nDownload executable from [releases](https://github.com/revathskumar/rofi-totp/releases/latest) and keep it in you `$PATH`\n\nBy default search will be case insensitive from version `0.3.1`. To toggle, case sensitivity use `grave` key. Normally (`).\n\n### Development\n\n```sh\ngit clone https://github.com/revathskumar/rofi-totp\ncd rofi-totp/\ncargo install\nRUST_BACKTRACE=1 cargo run\n```\n\n### Release\n\n```sh\ncargo build --release\n```\n\n## License\n\nPlease see [License](https://github.com/revathskumar/rofi-totp/blob/master/License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevathskumar%2Frofi-totp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frevathskumar%2Frofi-totp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frevathskumar%2Frofi-totp/lists"}