Skip to content

szymonmaszke/xms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xms

Language MySQL Style
Language Database Codacy Badge

Command line mind map searcher.

Parse your mind maps, create hierarchical database and search against it using keyword. After installation use the command below:

xms <keyword> [-c --color] [-k --keep] [--s --secret SECRET]

To display help use standard -h parameter.

Demo

You can easily find the keyword and open mind map containing it as shown below:

gif

  • First line: path to the mind map with found keyword
  • Second line: name of the mind map (root)
  • Following lines: Consecutive branches pointing to keyword

Why?

Let's say the average mind map may have around 100-200 branches. According to standards one branch should consist of 1-5 words.

If you have a lot of mind maps (e.g. 100) total amount of words will be around 50.000. In such case it's easy to forget where certain important informations are located.

Thanks to this plugin your trouble is gone as it scans through all of them and gives you the exact branch and mind map for any sought keyword.

Installation

Install required dependencies, run install.sh from terminal and follow the instructions displayed on the screen.

Dependencies