Commit graph

16 commits

Author SHA1 Message Date
5fd1335e79 tools: Unzip also handles apk and jar files.
- Now using zipinfo instead of "unzip -l".
2018-06-02 13:30:16 +10:00
50b831a967 tools: Mediainfo also handles flv files. 2018-06-02 13:09:57 +10:00
a9664b44a1 Coding style. 2018-06-02 12:50:32 +10:00
27d91c6532 tools: Added imagemagick's identify command for image file types. 2018-06-02 10:58:05 +10:00
7c2227f209 tools: Added mediainfo tool for many media file types. 2018-06-02 10:15:22 +10:00
a1c8dba991 tools: Pandoc supplies docx, odt and rst file types. 2018-05-31 18:37:34 +10:00
bcd1f9fbd9 tools: Combined pandoc variants into one. 2018-05-31 17:24:36 +10:00
78b0b1b583 tools: Added pandoc_epub for epub files. 2018-05-31 17:15:53 +10:00
c96ed81891 tools: Added pandoc_html for html files. 2018-05-31 16:58:15 +10:00
402cdf3994 tools: Added pydocstyle for python files. 2018-05-31 14:34:10 +10:00
bff38fc697 tools: Added pandoc_md for markdown files. 2018-05-31 13:04:13 +10:00
76cbaa1f14 tools: Recognized yml as an abbreviation of yaml. 2018-05-31 12:22:34 +10:00
d3a6a67d27 tools: Added golint for go files. 2018-05-31 12:06:36 +10:00
8a5b76510b tools: Added yamllint for yaml files. 2018-05-31 11:54:52 +10:00
f414cc4a96 tools: Moved TOOLS_FOR_EXTENSIONS into tools.toml
- Now a tool can be added/removed by editing one file.
2018-05-18 13:04:08 +10:00
915eac35ba tools: Changed to toml instead of yaml.
- toml is simpler than yaml and popular enough.
2018-05-17 16:16:21 +10:00