Eris maintains an up-to-date set of reports for every file in a codebase.
Find a file
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
golden-files [tools] Added clang syntax tools. 2016-11-27 14:02:35 +01:00
urwid Paring down urwid. 2016-12-03 15:17:19 +01:00
BUGS Fixed colors in lxterminal. (raspbian and lubuntu) 2017-02-08 11:51:57 +01:00
fill3.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
fill3_test.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
golden.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
gut.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
gut_test.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
in-directory Run all tools in a filesystem sandbox 2016-01-21 23:22:42 +00:00
install-dependencies Include urwid in the src. 2016-12-02 17:01:26 +01:00
install-tools Make the script easy to run 2015-12-26 20:52:39 +00:00
LICENSE Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
LS_COLORS Use nice colors for coloring files when LS_COLORS is not set. 2016-01-22 12:49:43 +00:00
LS_COLORS.sh Use nice colors for coloring files when LS_COLORS is not set. 2016-01-22 12:49:43 +00:00
lscolors.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
lscolors_test.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
make-readme.py Fixed colors in lxterminal. (raspbian and lubuntu) 2017-02-08 11:51:57 +01:00
README.md Fixed colors in lxterminal. (raspbian and lubuntu) 2017-02-08 11:51:57 +01:00
sandbox_fs Decided to use setpriority to set the niceness. 2016-11-10 00:13:04 +01:00
sandbox_fs.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
sandbox_fs_test.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
terminal.py Fixed colors in lxterminal. (raspbian and lubuntu) 2017-02-08 11:51:57 +01:00
termstr.py Fixed colors in lxterminal. (raspbian and lubuntu) 2017-02-08 11:51:57 +01:00
termstr_test.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
test-all Added color to test-all. 2016-11-10 17:58:40 +01:00
TODO Added bandit for python. 2016-10-25 22:51:50 +02:00
tools.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
tools_test.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
vigil Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
vigil.py Initial commit 2015-12-14 18:03:11 +00:00
vigil_test.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
worker.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00
worker_test.py Updated copyright headers to 2017. 2017-02-05 18:29:09 +01:00

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