Utility to print the URLs currently open in Firefox.
Project description
Copyright 2019 Luís Gomes <luismsgomes@gmail.com>, all rights reserved.
This program/library is now based on the firefox_profile module (https://github.com/luismsgomes/firefox-profile).
Installation
pip3 install get-firefox-urls
Usage from Python
Please take look at firefox_profile module, which offers a more interesting API: https://github.com/luismsgomes/firefox-profile
from get_firefox_urls import get_firefox_urls for w, t, url in get_firefox_urls(): print("window %d tab %d: %s" % (w, t, url))
Usage from command line
get-firefox-urls
Will output something like:
window 0 tab 0: https://github.com/luismsgomes/get-firefox-urls window 0 tab 1: https://pypi.org/project/get-firefox-urls/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size get_firefox_urls-0.2.0.tar.gz (2.2 kB) | File type Source | Python version None | Upload date | Hashes View |