jaseg
jaseg
> This however looks like you just forgot sudo. > You should read about [virtualenv](https://github.com/pypa/virtualenv). It is a great tool for stuff like testing python packages without using sudo.
Instead of using a database you could _perhaps_ consider cleaning up your code instead. In [my fork](https://github.com/jaseg/ponysay) where I dropped some unnecessary stuff and rewrote everything else, -q is about...
Yep, I think that's a feature^^
"Today the World, Tomorrow the Solar System" ;) > Naturally (generally I agree with that), but sometimes you want everything. I think this is true concerning _quality_, not _quantity_. The...
Also, since it is evidently possible to do `-q` in a performant manner without using a full-fledged database in the backend I think using a full-fledged database is covering up...
@maandree I am using a netbook. Concerning quotes: Can you really not see a better solution for storing a few hundred lines of text than an embedded database?! óÒ Have...
What, then, is the purpose of the database? What "random modes" would you like to implement? I can only see the obvious one where you take a random quote of...
This is based on master.
@jristz I had a look on the changes in develop. As far as I can tell `ponysay.py` grew to 2852 lines of code and a 1211-line `ponysay-tool.py` appeared that appears...
I added a Makefile for installation/uninstallation and bash/zsh-completion. The zsh completion is even tested! ;)