- Notifications
You must be signed in to change notification settings - Fork5
🐺 i am winston wolfe, i solve problems
License
NotificationsYou must be signed in to change notification settings
h4ck3rk3y/wolfe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🐺 i am winston wolfe, i solve problems
- Written in Python
- Uses the stackoverflow api.
- You need bash for it too work.
1:PIP
$ pip install wolfe
$ git clone https://github.com/h4ck3rk3y/wolfe$cd wolfe/$ python setup.py install
$ wolfe on
$ wolfe$l
$ wolfe$l --google
$ wolfe off
$ wolfe --help
Mr. Wolfe edits your.bashrc
and stores a copy of the original.bashrc
file in~/.bashrc.bak
, every time thewolfe on
command is run.
If your terminal is messed up docp ~/.bashrc.bak ~/.bashrc
Mr. Wolfe doesn't change.bashrc
when the terminal is exited, dowolfe off
to undo the changes to the.bashrc
file.
The pip package runs on my api key.
The source now includes a support for the environment variableWOLFE_API_KEY
. Use this to set your ownenvironment variable, fallsback to the default if environment variable not found.
Use theissue tracker to file bugs or push new features.
Open sourced under theMIT License