This Ulauncher extension bridges two-factor-authenticator
CLI application and Ulauncher, making easy and safe to generate OTP codes.
Open Ulauncher preferences window > extensions > add extension and paste the following url:
https://github.com/endorama/ulauncher-two-factor-authenticator
To use it you need to have two-factor-authenticator
installed.
Look there for futher information.
Open Ulauncher, write 2fa
(default keyword) and a list of account available will be shown. Click
on one of them to copy the OTP token.
Fuzzy searching is available.
git clone https://github.com/brpaz/ulauncher-tilix
make link
# in a separate terminal
./run-ulauncher.sh
# back to the first
./run.sh
The make link command will symlink the cloned repo into the appropriate location on the Ulauncher extensions folder.
When done, to remove it from the available extensions you can run make unlink
.
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
MPL (c) Edoardo Tenani 2019