summaryrefslogtreecommitdiff
path: root/plugins/chucknorris
AgeCommit message (Collapse)Author
2018-04-22Remove the GPL LICENSE file b/c it's no longer relevantAndrew Janke
2018-04-22Rebuild the chucknorris fortune file with a scrapper, using 20 pages worthAndrew Janke
NOTE: The scrapper was previously included, but due to the website it scrapped being dead it's no longer useful. See #3642 for the code. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2015-10-20Merge pull request #4214 from queria/chuck-linefixMarc Cornellà
chucknorris: add missing line/quote delimiters
2015-08-04chucknorris: add missing line/quote delimitersPavel Sedlák
few quotes were missing the '%' line delimiters, so some of the quotes were appearing at once merged together
2015-07-02chucknorris: check for strfile dependencyAndrew Janke
Gives a better error message than "command not found: strfile", because it's not obvious to many users that strfile is part of fortune. Also handles the weird /usr/sbin install location for strfile on Cygwin.
2015-02-21chucknorris: locate plugin dir using $0 instead of hardcoded $ZSHAndrew Janke
2015-02-19plugins/chucknorris: Add automatic updating of the compiled fortune data ↵Andrew Janke
file. Use local variable for readability, and anonymous function to provide a scope for the local variable.
2015-02-05add chucknorris pluginMathias Geat