summaryrefslogtreecommitdiff
path: root/plugins/chucknorris
AgeCommit message (Collapse)Author
2021-05-28chore(chucknorris): fix typo (#9916)Gustavo J. Acosta
2020-09-01chuck-norris: remove some CN quotes and fix formatting (#9220)Daniel Dugovic
2020-06-08chucknorris: normalize apostrophes (#9013)l3nn4rt
2020-06-08chucknorris: fix typos (#9012)l3nn4rt
2020-06-05chucknorris: remove duplicate quotesMarc Cornellà
Fixes #8998
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2018-10-02chucknorris: add README (#7186)gramps
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