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
72b5f3750e
Dropped the sandbox.
...
- It wasn't worth the complexity. It was only useful when running the
python profile tool, which executes python scripts. But that tool
isn't very useful when run against normal scripts. It has been
removed too.
- The sandbox also wasn't working inside snaps, appimages,
systemd-nspawn or chroots.
2017-06-23 23:23:32 +01:00
5b41471a47
Update the README for the latest version.
2017-04-24 00:07:26 +02:00
bdc8b8c0f4
Reworded the project summary.
2017-04-12 10:14:36 +02:00
e1742f6959
[tools] Added pil to view image files.
2017-03-28 22:53:03 +02:00
6edcfbb746
Tweaked docs.
2017-02-13 18:51:45 +01:00
3711a0b293
Fixed colors in lxterminal. (raspbian and lubuntu)
...
lxterminal in lubuntu and raspbian is only taking 256 colors.
So when $TERM is "xterm" only 256 colors are used.
2017-02-08 11:51:57 +01:00
cf128bc0c3
[tools] Add another extension for c++ files.
2016-12-01 13:34:00 +01:00
6f266b26ac
[tools] Add another extension for c++ files.
2016-12-01 13:08:43 +01:00
2b08e4d490
[tools] Added clang syntax tools.
2016-11-27 14:02:35 +01:00
8f39ecf2ce
[tools] Rename c_syntax and cpp_syntax.
2016-11-27 13:45:10 +01:00
e1adec2133
[tools] Check C & C++ syntax.
2016-11-22 14:27:51 +01:00
167f0a4a1d
Add more hyperlinks to tool's homepages.
2016-11-19 19:44:00 +01:00