Eris maintains an up-to-date set of reports for every file in a codebase.
| golden-files | ||
| BUGS | ||
| fill3.py | ||
| fill3_test.py | ||
| golden.py | ||
| gut.py | ||
| gut_test.py | ||
| in-directory | ||
| install-dependencies | ||
| install-tools | ||
| LICENSE | ||
| LS_COLORS | ||
| LS_COLORS.sh | ||
| lscolors.py | ||
| lscolors_test.py | ||
| README.md | ||
| sandbox_fs.py | ||
| sandbox_fs_test.py | ||
| terminal.py | ||
| termstr.py | ||
| termstr_test.py | ||
| test-all | ||
| TODO | ||
| tools.py | ||
| tools_test.py | ||
| vigil | ||
| vigil.py | ||
| vigil_test.py | ||
| worker.py | ||
| worker_test.py | ||
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 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