wolfe - i solve problems

Forum rules
General talk about software - if the program is not in the repos, please links to the developer's page or github.
User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

wolfe - i solve problems

Unread post by GekkoP » Mon Feb 29, 2016 12:01 pm

https://github.com/h4ck3rk3y/wolfe

Written in Python, needs Bash.

User avatar
simgin
Meme Fodder
Posts: 1167
Joined: Sun Jan 06, 2013 12:07 am
Location: Bradford-on-Avon, UK

Re: wolfe - i solve problems

Unread post by simgin » Mon Feb 29, 2016 1:00 pm

^ 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 :)
Someone told me that I am delusional, I almost fell off my unicorn.

User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

Re: wolfe - i solve problems

Unread post by GekkoP » Mon Feb 29, 2016 1:09 pm

^ I don't know. Maybe it a work-in-progress.

Post Reply