Jump to content

Ente Auth: Get TOTP Codes from Ente Auth


Recommended Posts

Posted (edited)

Ente Auth - Alfred Workflow for Ente Exports


Hey guys, this is one of my first Alfred workflows. It lets you easily integrate your Ente Auth with Alfred using this simple and powerful workflow to manage your Ente secrets and authentication. Let me know if you like it.

 

📸 Shots

image.png.57ed5523f70730bae160778bc2113fda.png

 

🚀 Setup

 

1. Install the Workflow
Download and install the workflow from the latest [releases](https://github.com/chkpwd/alfred-ente-auth/releases) page.

 

Quote

Currently, Homebrew installation is not available for the Ente CLI due to an issue with the formula. When running brew test for the formula, the ente CLI fails with an error. As a result, the formula is not ready for installation via brew yet. Please use the manual installation steps outlined above.

 

https://github.com/ente-io/ente/pull/4028

 

2. Download and Install the Ente CLI
To use the Ente Auth workflow, you'll need the Ente CLI. Follow the steps below to install it:

1. Visit the Ente CLI releases page.
2. Download the latest version for macOS.
3. Move the binary to `/usr/local/bin` and make it executable with the following commands:

   sudo mv /path/to/ente /usr/local/bin/ente
   sudo chmod +x /usr/local/bin/ente

 

Once installed, verify that it's working by running the following command in your terminal:

ente version

 

3. Configure Your Database
To configure the Ente CLI and ensure the workflow has access to your data, you'll need to set the **export path**. This path should be the same one you configured when adding your Ente account.

 

📖 Instructions

1. Launch Alfred
   - Open Alfred and navigate to the Workflows tab.

2. Select Ente Auth
   - Find the "Ente Auth" workflow in your list and click on it.

3. Configure Workflow
   - Hit the Configure Workflow button to open the settings.
   - Specify the export path—this should be the same path you configured when adding your Ente account.
   - Configure any additional settings as needed (e.g., API keys, other preferences).

4. Import Your Data
   - To import your Ente secrets, simply trigger the workflow by running the command Import Ente Secrets in Alfred. This will import your stored Ente secrets into the workflow.

 

Edited by chkpwd
more readable

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...