hlfernandez/ftree
F-Tree is a GUI for managing and visualizing genealogical data using the Fcode method.
19
F-Tree is a graphical user interface (GUI) for managing and visualizing genealogical data using the [Fcode method](https://github.com/Dannyzimmer/fcodes, a system for encoding kinship relations described by Pérez-Rodríguez et al.. With F-Tree, you can easily create, edit, import, and expand family trees, allowing you to explore and understand your family connections in an efficient and user-friendly way.
To run the Docker imgee, simply replace $(pwd)
by the path to the host directory you want to have available inside the Docker image and run the following command:
xhost + && docker run --rm -ti -e USERID=$UID -e USER=$USER -e DISPLAY=$DISPLAY -v /var/db:/var/db:Z -v /tmp/.X11-unix:/tmp/.X11-unix -v $HOME/.Xauthority:/home/developer/.Xauthority -v "$(pwd):/data" -w /data ftree
docker pull hlfernandez/ftree