README (620B)
1 = dotter = 2 3 This project aims at providing a set of scripts to generate 4 graphviz code for various uses. 5 Also includes a program which watch an input file and spawns 6 a viewer from the content named `watcher`. 7 8 List of uses: 9 10 * UML-like class diagrams 11 * TODO: physical/logical network diagrams 12 * TODO: daemon dependencies diagrams 13 14 == TODO == 15 16 Error checking. 17 18 == Dependencies == 19 20 * awk (tested with mawk 1.3.3 under Debian Buster) 21 * dot 22 * xdotool (for watcher) 23 24 == Usage == 25 26 Most scripts will be described in their own REAME since 27 their usage can be quite "complex". 28 29 === watcher === 30 31 ./watcher SOURCE_FILE VIEWER SCRIPT