Skip to content

Latest commit

 

History

History
140 lines (92 loc) · 2.83 KB

README.rst

File metadata and controls

140 lines (92 loc) · 2.83 KB

wolfe

PyPI Version PyPI Status PyPI Wheel PyPI License PyPI Format PyPI Py_versions PyPI Downloads PyPI Implementation PyPI Egg

image0

🐺 i am winston wolfe, i solve problems

Demo

image1

Features

  • Written in Python
  • Uses the stackoverflow api.
  • You need bash for it too work.

Installation

1: PIP

$ pip install wolfe

2: From Source

$ git clone https://github.com/h4ck3rk3y/wolfe
$ cd wolfe/
$ python setup.py install

Usage

Ask Mr. Wolfe to record errors, ask politely

$ wolfe on

Ask him to solve the last problem you faced via stackoverflow

$ wolfe $l

Ask him to solve the last problem you faced via google

$ wolfe $l --google

Tell him his services aren’t needed any more

$ wolfe off

Help

$ wolfe --help

Note

Mr. Wolfe edits your .bashrc and stores a copy of the original .bashrc file in ~/.bashrc.bak, every time the wolfe on command is run.

If your terminal is messed up do cp ~/.bashrc.bak ~/.bashrc

Mr. Wolfe doesn’t change .bashrc when the terminal is exited, do wolfe off
to undo the changes to the .bashrc file.

Contributing

Use the issue tracker to file bugs or push new features.

License

Open sourced under the MIT License