Graph broswing and editing with ncurses
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.
denes 02530a7bea
gitea.matetelki.eu/graph_browser/master Build queued... Details
First Jenkinsfile
6 years ago
graph@a9b50b6672 Initial commit 6 years ago
.gitignore adding the .gitignore file 6 years ago
.gitmodules Initial commit 6 years ago
CMakeLists.txt Graph is read as input parameter instead of randomly generated 6 years ago
Jenkinsfile First Jenkinsfile 6 years ago
README.md Graph is read as input parameter instead of randomly generated 6 years ago
graph_browser.cpp proper set_menu_format retval check 6 years ago
graph_browser.hpp assert everything, with everyone 6 years ago
main.cpp Graph is read as input parameter instead of randomly generated 6 years ago

README.md

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

To fetch the submodule graph after git clone, issue: git submodule update --init --recursive to update: git submodule update --recursive --remote