dc5865cf67
Revert "readme: Trying centre alignment in tools table."
...
This reverts commit c6359a8873 .
2018-06-05 08:16:49 +10:00
c6359a8873
readme: Trying centre alignment in tools table.
2018-06-05 08:15:24 +10:00
5a218bed13
readme: Right aligned the extensions column.
2018-06-05 08:10:14 +10:00
8c53f2c47c
tools: Added ruby_syntax for ruby files.
2018-06-05 07:06:58 +10:00
2338a87932
tools: Python wheel files are also zip archives.
2018-06-04 10:59:03 +10:00
64383227b0
tools: Added rpm for rpm package archives.
2018-06-04 10:25:39 +10:00
8ea5c5fd11
tools: See the contents, and get info about, debian archive files.
2018-06-04 09:18:47 +10:00
7c8a2e6129
tools: Egg files can be unzipped.
2018-06-04 08:58:04 +10:00
ba1e869603
tools: Added ar for ".a" archive files.
2018-06-04 08:51:07 +10:00
2963bb078a
tools: Added unxz for xz file archives.
2018-06-04 08:39:12 +10:00
6c78f9c06c
tools: Added 7z for 7z archive files.
2018-06-04 08:35:36 +10:00
8b6fd9c978
tools: Mediainfo also works with subtitle file formats.
2018-06-04 08:30:14 +10:00
a783abbf32
tools: Added unrar for rar archive files.
2018-06-04 08:27:34 +10:00
669bdfd015
tools: ".htm" is an abbreviation for ".html".
2018-06-04 06:47:11 +10:00
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
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
73d06e6ff8
readme: The wildcard doesn't count as an extension.
2018-06-01 10:38:37 +10:00
86f930bd37
readme: Try to stop wrapping in the column titles.
2018-06-01 10:14:55 +10:00
f2f922e97f
readme: Also showing the total number of extensions.
2018-06-01 09:48:42 +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
c4674b1284
Added a total count of the tools.
2018-05-31 15:10:53 +10:00
a320992b87
Fixed a broken url link.
2018-05-31 14:44:47 +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
c2bd5ecaad
tools: Add godoc tool for golang files.
2018-04-07 17:37:32 +10:00
8c870367df
tools: Added go_vet tool for go files.
2018-04-07 13:43:27 +10:00
0c8f85f571
tools: Bring README up to date.
2018-04-06 21:12:38 +10:00
5715ab8ea9
Made it work on Ubuntu 18.04.
2018-03-16 11:33:50 +10:00
c6250b2803
tools: Added git_log.
2017-12-29 11:21:11 +10:00
4a02b26fb0
tools: Added shellcheck for bash, sh, dash or ksh files.
2017-12-13 19:15:26 +10:00
45a3f1ede8
tools: Added cppcheck for C/C++ files.
2017-12-13 19:03:21 +10:00
4935c585aa
Made work on Ubuntu 17.10.
...
- Changed to python3.6.
- Accepted minor differences in golden files.
- php is now 7.1.
- Updated README.
- Need to test that the AppImage still works.
2017-10-27 12:39:50 +10:00
f3fea9e547
tools: Place dis in a better order.
2017-10-05 15:55:17 +01:00
c02fdc1bfb
tools: Added dis for disassembling python code.
2017-10-05 15:52:25 +01:00
93d1fdb87a
appimage: Used test_distributions to fix the AppImage.
2017-07-23 18:21:18 +01:00
2815fb83d8
Added the special case, git_blame, to the README.
2017-07-19 10:13:24 +01:00
0b6fbec3da
Show the generic tools in the README.
2017-07-19 09:40:54 +01:00
cbdbac0219
[tools] Removed clang tools.
...
- They were doubling the size of the AppImage.
- The gcc tools do very similar syntax checking.
2017-07-17 10:50:18 +01:00
5572cdc9d6
[tools] Replaced disassemble_pyc by pydisasm.
...
- pydisasm handles many types of bytecode.
2017-07-11 14:09:07 +01:00
ed5164c761
Changed installation to use pip3.
...
- Now running all the tests in test-distributions.
- Vigil is only known to install into ubuntu at the moment.
2017-07-10 18:38:18 +01:00
0080db66d4
Used test-distributions to fix the installation.
...
- Correctly using our urwid.
- LS_COLORS needed to be in the package.
- Didn't need to use pip3.
2017-06-28 09:07:40 +01:00
9f00b3ba3e
Updated installation instructions.
2017-06-27 14:20:30 +01:00