Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 320 Bytes

MindMapRa

Mindmapping tool for my day-to-day needs. Keyboard shortcuts:

  • Tab - new node
  • Space - edit node, Esc to exit
  • Arrows - move
  • F - fold nodes

License of MindMapRa is LGPL. Made with Qt4.

Build

mkdir build && cd build
qmake ../src/mindmapra.pro
make
cp mindmapra .. && cd .. && ./mindmapra