Welcome to the Alfred Dashlane repository: An Alfred Workflow β¨
This workflow uses the Dashlane CLI provided by the Dashlane team.
This workflow doesn't hold or register any private data. No sensible data (password, OTP) are exposed directly to Alfred. If you want to know more on how data is stored on the computer, check this README.
This workflow doesn't allow to update or upload items to the Dashlane vault. You can't connect multiple accounts neither. This is a limitation of the Dashlane CLI for now.
.alfredworkflow
file to installpython --version
There is 2 flows in this workflow :
pdash
keyword.odash
keyword.You can edit these triggers (flagged with a πΉοΈ
symbol) in the user configuration panel.
π€ Login
correspond to your address mail link to your Dashlane account. It is required to start the workflow.
π«₯ Icognito mode
allows you to hide partially your login (mail address / user name). If ticked :
if unticked :
π₯ Allow cache
enables the workflow to save a backbone (no confidentital data are stored) of your Dashlane vault as JSON
files under the alfred_workflow_cache
folder (~/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.benjamino.dashlane
). This speeds up the response time.
π· Notification sound
allows you to personalize the sound of the workflow notification.
Note that if you have enabled the two steps authetication for your Dashlane account, you can skip this section.
In order to connect to your Dashlane account, you'll need an OTP. If you haven't configure the two steps authentication on your Dashlane account, just hit enter to receive the 6 digits code by mail.
β You need an internet connexion to complete this action.
Hit enter, input your master password and finally the OTP (provided via mail or by your 2FA app). If you are already connected you can press enter to refresh the data.
Note that a sync is already done once per hour by default - see Dashlane CLI docs.
You should have received a β
Success !
notification and a mail saying that the connection was successfull.
β You need an internet connexion to complete this action.
Hit enter to download all favicons link to your accounts. Wait few seconds / minutes to receive the below notification. You can see icons under the alfred_workflow_cache
folder (~/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.benjamino.dashlane
).
If you want to log out and / or remove all local data holds by the Dashlane CLI, hit enter. Confirm your action by inputing yes
to the alfred search bar.
Remove access to devices connected to your vault. Press ββ©οΈ on a device to remove it. You have the possibility to remove all devices (including current device) and other devices (excluding current device).
Use
pdash
/odash
keyword to launch these flows.
Search a password / OTP by typing its title (custom name or website link to the credentials).
MIT License Β© Benjamin Oddou