Ulauncher extension that will generate a fake email address and open it for you.
- ulauncher
- Python >= 3
- Faker library
pip install faker --user
Open ulauncher preferences window -> extensions -> add extension and paste the following url:
https://github.com/brpaz/ulauncher-mailinator
Typing mailinator
will trigger the extension and generate a Fake email address.
Enter key will copy the email to the clipboard, while Alt+Enter will copy and open the respective inbox on Mailinator website.
git clone https://github.com/brpaz/ulauncher-mailinator
cd ulauncher-mailinator
make deps
make link
make dev
The make link
command will symlink the cloned repo into the appropriate location on the ulauncher extensions folder.
The make dev
command will run ulauncher in Verbose mode without any extension enabled. To start your extension search on the output for something like
VERBOSE=1 ULAUNCHER_WS_API=ws://127.0.0.1:5054/ulauncher-mailinator PYTHONPATH=/usr/lib/python3/dist-packages /usr/bin/python3 /home/bruno/.cache/ulauncher_cache/extensions/ulauncher-mailinator/main.py
and execute the command in another terminal window.
To see your changes CTRL+C
and re-run the command.
All contributions are welcome. Feel free to open an issue or submit a PR!
Unexpected API error. when installing the extension
This error usually means that you have a missing Python dependency, necessary for the extension to run. Please check the "requirements.txt" file and install the specified libraries with pip.
Copywright @ 2019 Bruno Paz
This project is MIT Licensed.