Skip to content

ktor/freemind-tools-python

 
 

Repository files navigation

Freemind tools

Python library and commandline tool for work with freemind mindmaps

A few examples of work with library:

Select all nodes below node Business except nodes with icons button_ok, stop-sign and without description

goals_command('Tasks.mm', select='title:Business', filter='icon-button_ok,icon-stop-sign', description='no')

Select all nodes from freemind Tasks.mm that have attribute assigned with value @Kowalski except nodes that has icon button_ok

todo_command('Tasks.mm', select='assigned:@Kowalski', filter='icon-button_ok')

Select node with id 363b6bf92c5df3e2dc30043f1212d103

todo_command('Tasks.mm', select='id:363b6bf92c5df3e2dc30043f1212d103')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.9%
  • PHP 17.1%