Page 1 of 1

wolfe - i solve problems

Posted: Mon Feb 29, 2016 12:01 pm
by GekkoP
https://github.com/h4ck3rk3y/wolfe

Written in Python, needs Bash.

Re: wolfe - i solve problems

Posted: Mon Feb 29, 2016 1:00 pm
by simgin
^ Hmm, wonder why this is in the wolfe.py file, line number 23 then.

Code: Select all

history_files = {
  'bash' : '.bash_history',
  'fish' : '.config/fish/fish_history',
  'ksh' : '.ksh_history',
  'tcsh' : '.tcsh_history',
  'zsh' : '.zsh_history'
}
Maybe just change the the bashrc to zshrc in his code in general, or am I just fantasising :)

Re: wolfe - i solve problems

Posted: Mon Feb 29, 2016 1:09 pm
by GekkoP
^ I don't know. Maybe it a work-in-progress.