Command line launch manager. Do things quick yeah yeah I know just do it come on move


Keywords
yeahyeah
License
MIT
Install
pip install yeahyeah==0.4.5

Documentation

yeahyeah

Documentation Status Updates

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

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.