Jump to content

angoll

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by angoll

  1. Hi Chris, thanks for the feedback, As a quick fix you can modify the script of the workflow (/usr/bin/osascript) and remove the line: ofType: ["dyn.ah62d4rv4ge8003dcta"] //.kdbx extension type identifier This won't filter by file type, I checked with two macs and they provide me with the same identifier Let me know how it works, later I will try to upload a version without the check
  2. Hello, I created a workflow that allows to list the entries of a KeePassXC database and retrieve the password for an entry. You can find it here: https://github.com/Angoll/KPass I've been using Alfred for a while, basic functions without entering into the workflows world, but recently I'm switching to KeePassXC to store my passwords and I created the workflow to help with the change. I saw that there is some demand of a workflow that this one but no one created it. It uses the keepassxc-cli to access password database and Keychain to secure store the password for the keychain. All code is written in bash and AppleSript (JS) for the configuration setup. Keychain Tip: if you create a new keychain and enable the auto-lock after X time, it will prompt for the password. Or modify the Access Control of the KPass_AlfredWorkflow to ask for key always. Any feedback is welcome ☺️ - Dependencies: Apart from Alfred and KeePassXC no external dependencies are required. - Regarding Security: Security is a big concert for all, so all code of this workflow is plain text, you are welcome to check it. Feel free to reach me if you improve it. - Screenshots: Example of listing entries of a database KPass Configuration Script, this will prompt to select the database, keychain and password to configure the integration.
×
×
  • Create New...