From a1e682fc82b3a91d0211de437e05a6340a6b4965 Mon Sep 17 00:00:00 2001 From: denes Date: Wed, 18 Jan 2017 17:11:24 +0100 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cb632b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# graph_browser +Graph broswing and editing in text mode with ncurses + + +Using 3 windows: + 1. The current node's neighbours, move up/down to inspect, + back/forward to move back in history/set the selected node as the current. + 2. Vertically listed neighbours of the selected node. + 3. Neighbours of neighbours of the selected node, comma separated list. + +Todo: + * insert/delete node + * add/remove edge +