get-firefox-urls


Nameget-firefox-urls JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/luismsgomes/get-firefox-urls
SummaryUtility to print the URLs currently open in Firefox.
upload_time2024-02-19 09:45:46
maintainer
docs_urlNone
authorLuís Gomes
requires_python
licenseMIT
keywords firefox util commandline
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================
 get_firefox_urls
==================

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
------------

.. code-block:: bash

    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

.. code-block:: 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
-----------------------

.. code-block:: bash

    get-firefox-urls

Will output something like:

.. code-block::

    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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/luismsgomes/get-firefox-urls",
    "name": "get-firefox-urls",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "firefox util commandline",
    "author": "Lu\u00eds Gomes",
    "author_email": "luismsgomes@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ea/38/2654f0504245dbbaa07d559182a243435febf6fd61405fd9fe893024edee/get_firefox_urls-0.2.1.tar.gz",
    "platform": null,
    "description": "==================\n get_firefox_urls\n==================\n\nCopyright 2019 Lu\u00eds Gomes <luismsgomes@gmail.com>, all rights reserved.\n\nThis program/library is now based on the `firefox_profile` module (https://github.com/luismsgomes/firefox-profile).\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n    pip3 install get-firefox-urls\n\nUsage from Python\n-----------------\n\nPlease take look at `firefox_profile` module, which offers a more interesting API: https://github.com/luismsgomes/firefox-profile\n\n.. code-block:: python\n\n    from get_firefox_urls import get_firefox_urls\n\n    for w, t, url in get_firefox_urls():\n        print(\"window %d tab %d: %s\" % (w, t, url))\n\n\nUsage from command line\n-----------------------\n\n.. code-block:: bash\n\n    get-firefox-urls\n\nWill output something like:\n\n.. code-block::\n\n    window 0 tab 0: https://github.com/luismsgomes/get-firefox-urls\n    window 0 tab 1: https://pypi.org/project/get-firefox-urls/\n\nLicense\n-------\n\nThis software is licensed under the MIT license.\n\nhttps://opensource.org/licenses/MIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utility to print the URLs currently open in Firefox.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/luismsgomes/get-firefox-urls"
    },
    "split_keywords": [
        "firefox",
        "util",
        "commandline"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea382654f0504245dbbaa07d559182a243435febf6fd61405fd9fe893024edee",
                "md5": "d15b11b83c98787998f2a173d684aab7",
                "sha256": "355f74bb5092d66c28e939451ab67fd06f721dde8fbdd6385c7f7939661e2b65"
            },
            "downloads": -1,
            "filename": "get_firefox_urls-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d15b11b83c98787998f2a173d684aab7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2297,
            "upload_time": "2024-02-19T09:45:46",
            "upload_time_iso_8601": "2024-02-19T09:45:46.285923Z",
            "url": "https://files.pythonhosted.org/packages/ea/38/2654f0504245dbbaa07d559182a243435febf6fd61405fd9fe893024edee/get_firefox_urls-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 09:45:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "luismsgomes",
    "github_project": "get-firefox-urls",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "get-firefox-urls"
}
        
Elapsed time: 0.19016s