{"id":17219517,"url":"https://github.com/maxammann/rofi-passbolt","last_synced_at":"2026-06-09T16:02:45.743Z","repository":{"id":52557018,"uuid":"304922050","full_name":"maxammann/rofi-passbolt","owner":"maxammann","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-13T10:09:01.000Z","size":1702,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T13:25:23.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxammann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-17T16:35:30.000Z","updated_at":"2023-02-13T10:09:05.000Z","dependencies_parsed_at":"2024-06-21T17:59:04.656Z","dependency_job_id":"8a095b62-0696-455e-9174-4b1cd4183ebc","html_url":"https://github.com/maxammann/rofi-passbolt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxammann/rofi-passbolt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Frofi-passbolt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Frofi-passbolt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Frofi-passbolt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Frofi-passbolt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxammann","download_url":"https://codeload.github.com/maxammann/rofi-passbolt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxammann%2Frofi-passbolt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34114437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-15T03:50:02.487Z","updated_at":"2026-06-09T16:02:45.727Z","avatar_url":"https://github.com/maxammann.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rofi-passbolt\n\u003e I have to login that often!\n\nrofi-passbolt is a [](https://github.com/davatorium/rofi) mode to access passbolt. It is fast, has a minimal code footprint and is written in Go. This is not a set of bash scrips which handle your secrets, but a shared library which is loaded by rofi.\n\n![](docs/media/teaser.gif)\n\n## Dependencies\n\n* xdotool\n* Go\n\n## Building\n\nRun the following commands:\n\n```console\n$ go build -buildmode=c-shared -o dist/rofi-passbolt.so \n```\n\n## Setup\n\n### Use an existing account\n\n1. After setting up a few passwords click on your profile in the upper right corner. Then select \"Key inspector\" on the left.\n![Ovierview](docs/media/6.png)\n2. Copy the Fingerprint. This will be needed later on.\n![Get the key fingerprint](docs/media/7.png)\n\nPlace the `passbolt_private.txt` file you downloaded in `~/.config/rofi/passbolt`.\n\n### Setting up a new account\n1. Follow the invite link in our email:\n![Get the plugin](docs/media/1.png)\n2. Confirm the shown data\n![Define your keys](docs/media/2.png)\n3. Choose a key password which will be required later on.\n![Set the key passphrase](docs/media/3.png)\n4. Download the key backup. This will also be needed later on.\n![Download the key](docs/media/4.png)\n5. Choose a random color.\n![Set a security token](docs/media/5.png)\n\nFollow the [Use an existing account](#use-an-existing-account) guide.\n\n## Installation\n\nThen you can copy the `rofi-passbolt.so` file to a custom rofi plugin directory like `~/.config/rofi/plugins` or place it in `/usr/lib/rofi/`. If you place it in the former location then you always need the parameter `-plugin-path ~/.config/rofi/plugins` when invoking rofi.\n\n\n## Usage\n\nThere are multiple ways how to use it. One way is to create a script which will start rofi.\nCreate a script called `passbolt.sh` in a directory of your choice like `~/.bin` with the following content:\n\n```bash\n#!/bin/bash\nROFI_PLUGIN_DIR=~/.config/rofi/plugins\n\nBASE_URL=https://passbolt.org\nFINGERPRINT=ABCD\nGPG_KEY_PATH=~/.config/rofi/passbolt/passbolt_private.txt\nKEY_PASSWORD=$(cat ~/.config/rofi/passbolt/key_password.txt) # If you are using pass you can use here $(pass passbolt | head -n 1)\n\nPASSBOLT_GPG_KEY_PASSWORD=$KEY_PASSWORD rofi -plugin-path $ROFI_PLUGIN_DIR -show passbolt -fingerprint $FINGERPRINT -gpg-key $GPG_KEY_PATH -base-url $BASE_URL\n```\nReplace the correct values for `BASE_URL`, `FINGERPRINT`, `GPG_KEY_PATH` and `KEY_PASSWORD`. The base URL is the URL to your passbolt server. The fingerprint can be acquired when you are logged in (See [Use an existing account](#use-an-existing-account)). `GPG_KEY_PATH` should be the locatin of your key backup. The `KEY_PASSWORD` is the password you use to login in your browser.\n\nThen you can setup your keyboard shortcut service of choice. In the case of i3 you can add the following to your config:\n\n```i3\nbindsym $mod+P exec --no-startup-id ~/.bin/passbolt.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxammann%2Frofi-passbolt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxammann%2Frofi-passbolt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxammann%2Frofi-passbolt/lists"}