yeahyeah


Nameyeahyeah JSON
Version 0.4.5 PyPI version JSON
download
home_pagehttps://github.com/sjoerdk/yeahyeah
SummaryCommand line launch manager. Do things quick yeah yeah I know just do it come on move
upload_time2024-02-21 08:29:22
maintainer
docs_urlNone
authorSjoerd Kerkstra
requires_python
licenseMIT license
keywords yeahyeah
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ========
yeahyeah
========

.. image:: https://img.shields.io/travis/sjoerdk/yeahyeah.svg
        :target: https://travis-ci.org/sjoerdk/yeahyeah

.. image:: https://readthedocs.org/projects/yeahyeah/badge/?version=latest
        :target: https://yeahyeah.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/sjoerdk/yeahyeah/shield.svg
     :target: https://pyup.io/repos/github/sjoerdk/yeahyeah/
     :alt: Updates

.. image:: https://codecov.io/gh/sjoerdk/yeahyeah/branch/master/graph/badge.svg
     :target: https://codecov.io/gh/sjoerdk/yeahyeah

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black


CLI launch manager. Dispense with the 5 manual steps for everything, just say yeah yeah I know just do it come on move


* Free software: MIT license
* Documentation: https://yeahyeah.readthedocs.io.

What
----
With yeahyeah you can, for example, do this in a console window::

    $ jj virus
    > launches www.virustotal.com

    $ jj search a website
    > searches for 'a website' on duckduckgo

    $ jj admin url_pattern add 'wikipedia' https://wikipedia.org
    > adds an item 'wikipedia' that launches the given url

    $ jj w<tab>
    website   wikipedia
    $ jj wi<tab>
    $ jj wikipedia
    > tab completion on all items

    $ jj my_folder          # launches a set path in new terminal window

    $ jj log add writing    # adds a log message 'writing' to clockifiy


Features
--------

* Launch commands from console/terminal
* Command line interface based on python Click
* Autocomplete for bash and zsh
* Plugin architecture. Write your own
* Wildcard commands like 'Open firefox search on search term X'


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.4.3 (2020-09-23)
------------------

* Added pre-commit config and hooks
* Reformatted all code to black and flake8

0.2.0 (2019-10-31)
------------------

* Added clockify plugin
* Rewrote much to use click context objects. This makes command interleaving and inheriting contexts much clearer
* Wrote some docs for creating a plugin

0.1.5 (2019-07-23)
------------------

* Removed windowraiser plugin. Too UI dependent, simpler scripts work better.


0.1.0 (2019-03-12)
------------------

* First release on PyPI.





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sjoerdk/yeahyeah",
    "name": "yeahyeah",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "yeahyeah",
    "author": "Sjoerd Kerkstra",
    "author_email": "w.s.kerkstra@protonmail.com",
    "download_url": "",
    "platform": null,
    "description": "========\nyeahyeah\n========\n\n.. image:: https://img.shields.io/travis/sjoerdk/yeahyeah.svg\n        :target: https://travis-ci.org/sjoerdk/yeahyeah\n\n.. image:: https://readthedocs.org/projects/yeahyeah/badge/?version=latest\n        :target: https://yeahyeah.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/sjoerdk/yeahyeah/shield.svg\n     :target: https://pyup.io/repos/github/sjoerdk/yeahyeah/\n     :alt: Updates\n\n.. image:: https://codecov.io/gh/sjoerdk/yeahyeah/branch/master/graph/badge.svg\n     :target: https://codecov.io/gh/sjoerdk/yeahyeah\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n\n\nCLI launch manager. Dispense with the 5 manual steps for everything, just say yeah yeah I know just do it come on move\n\n\n* Free software: MIT license\n* Documentation: https://yeahyeah.readthedocs.io.\n\nWhat\n----\nWith yeahyeah you can, for example, do this in a console window::\n\n    $ jj virus\n    > launches www.virustotal.com\n\n    $ jj search a website\n    > searches for 'a website' on duckduckgo\n\n    $ jj admin url_pattern add 'wikipedia' https://wikipedia.org\n    > adds an item 'wikipedia' that launches the given url\n\n    $ jj w<tab>\n    website   wikipedia\n    $ jj wi<tab>\n    $ jj wikipedia\n    > tab completion on all items\n\n    $ jj my_folder          # launches a set path in new terminal window\n\n    $ jj log add writing    # adds a log message 'writing' to clockifiy\n\n\nFeatures\n--------\n\n* Launch commands from console/terminal\n* Command line interface based on python Click\n* Autocomplete for bash and zsh\n* Plugin architecture. Write your own\n* Wildcard commands like 'Open firefox search on search term X'\n\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.4.3 (2020-09-23)\n------------------\n\n* Added pre-commit config and hooks\n* Reformatted all code to black and flake8\n\n0.2.0 (2019-10-31)\n------------------\n\n* Added clockify plugin\n* Rewrote much to use click context objects. This makes command interleaving and inheriting contexts much clearer\n* Wrote some docs for creating a plugin\n\n0.1.5 (2019-07-23)\n------------------\n\n* Removed windowraiser plugin. Too UI dependent, simpler scripts work better.\n\n\n0.1.0 (2019-03-12)\n------------------\n\n* First release on PyPI.\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Command line launch manager. Do things quick yeah yeah I know just do it come on move",
    "version": "0.4.5",
    "project_urls": {
        "Homepage": "https://github.com/sjoerdk/yeahyeah"
    },
    "split_keywords": [
        "yeahyeah"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "317ef351af6313af9543e3c3d4d68b940e52e9a3c75f7c0e2dd373674d025b24",
                "md5": "5eaa6e752ace438a82f2b9841a26cf17",
                "sha256": "ce387a62e5a9830278c6b910af8506ad8a55f24d66b619bccd725bf670156a9f"
            },
            "downloads": -1,
            "filename": "yeahyeah-0.4.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5eaa6e752ace438a82f2b9841a26cf17",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 21373,
            "upload_time": "2024-02-21T08:29:22",
            "upload_time_iso_8601": "2024-02-21T08:29:22.272436Z",
            "url": "https://files.pythonhosted.org/packages/31/7e/f351af6313af9543e3c3d4d68b940e52e9a3c75f7c0e2dd373674d025b24/yeahyeah-0.4.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 08:29:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sjoerdk",
    "github_project": "yeahyeah",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "yeahyeah"
}
        
Elapsed time: 0.17564s