Metadata-Version: 1.1
Name: get_firefox_urls
Version: 0.1.0
Summary: Utility to print the URLs currently open in Firefox.
Home-page: https://github.com/luismsgomes/get_firefox_urls
Author: Luís Gomes
Author-email: luismsgomes@gmail.com
License: MIT
Description: ==================
         get_firefox_urls
        ==================
        
        Copyright 2019 Luís Gomes <luismsgomes@gmail.com>.
        
        ``get_firefox_urls`` is a trivial Python module that implements a single convenience
        function ``get_firefox_urls(mozilladir="~/.mozilla")`` that returns an iterator
        of (w, t, url) tuples, where w and t are 0-based indexes of the window and tab and
        url is the page URL.
        
        By installing this package a command line script named get-firefox-urls is installed.
        
Keywords: firefox util commandline
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
