summaryrefslogtreecommitdiff
path: root/bin/eshowkw
AgeCommit message (Collapse)Author
2023-08-07Run `pyupgrade --py39-plus`Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2021-09-20Change tabs to spaces (using autopep8). Also, format repo using black.Wolfgang E. Sanyer
The following command was used to change the tabs to spaces: autopep8 --in-place --select=E101,E11,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E133,E20,E211,E22,E224,E224,E226,E227,E228,E231,E241,E242,E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,W291,W293,W391 -r . And then black was run as `black .` on the entire tree Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
2010-12-31Change mode of eshowkw to 0755Paul Varner
2010-11-02Fix typos in previous commit.scarabeus
svn path=/trunk/gentoolkit/; revision=845
2010-11-02Fix arg parsing everywhere for eshowkw.scarabeus
svn path=/trunk/gentoolkit/; revision=843
2010-10-28Fix broken include.scarabeus
svn path=/trunk/gentoolkit/; revision=834
2010-10-28Initial commit of eshowkw, which is drop-in replacement for eshowkw from ↵scarabeus
gentoolkit-dev. svn path=/trunk/gentoolkit/; revision=831