Skip to content

luismsgomes/get-firefox-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get_firefox_urls

Copyright 2019 Luís Gomes <luismsgomes@gmail.com>, all rights reserved.

Installation

pip3 install get-firefox-urls

Usage from Python

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/

License

This software is licensed under the MIT license.

https://opensource.org/licenses/MIT

About

Utility to print the URLs currently open in Firefox

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages