Visualise how your folder structure changed over time.
Creates a folder named folder-structure-history.
Spits out a file per commit with a visualisation in text form.
Uses tree to visualise the folderstructure.
brew install tree
sudo apt install tree
- clone the repo
- make the script executable
chmod +x ./create-viz.sh cdinto the root folder of the github repo you want to visualize- run the script