eris/README.md
Andrew Hamilton 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

2.7 KiB

Vigil Code Monitor

Summary

Vigil shows a list of status reports for a given codebase, and keeps them up to date as the codebase changes.

Installation

To run vigil: (Tested in Ubuntu 16.10 in gnome-terminal, lxterminal and stterm)

# git clone https://github.com/ahamilton/vigil
# cd vigil
# ./install-dependencies
# ./vigil <directory_path>

and to test its working properly:

# ./test-all

To run on an older ubuntu you can checkout an older version of vigil. e.g. After cloning do:

# git checkout ubuntu-15.10

Tools

Extensions Tools
.py python_syntaxpython_unittestspydocmypypython_coveragepython_profilepycodestylepyflakespylintpython_gutpython_modulefinderpython_mccabebandit
.pyc disassemble_pyc
.pl .pm .t perl_syntaxperldocperltidy
.pod .pod6 perldoc
.java uncrustify
.c .h c_syntax_gccc_syntax_clangsplintuncrustify
.o objdump_headersobjdump_disassemblereadelf
.cc .cpp .hpp cpp_syntax_gcccpp_syntax_clang • bcpp • uncrustify
.pdf pdf2txt
.html html_syntaxtidyhtml2text
.php php5_syntax
.zip unzip
.tar.gz .tgz tar_gz
.tar.bz2 tar_bz2
.a .so nm