You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
550 B
550 B
graph_browser
Graph broswing and editing in text mode with ncurses
Using 3 windows:
- The current node's neighbours, move up/down to inspect, back/forward to move back in history/set the selected node as the current.
- Vertically listed neighbours of the selected node.
- Neighbours of neighbours of the selected node, comma separated list.
Todo:
- insert/delete node
- add/remove edge
To fetch the submodule graph after git clone, issue: git submodule update --init --recursive to update: git submodule update --recursive --remote