Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1000 Bytes

readme.md

File metadata and controls

48 lines (29 loc) · 1000 Bytes

Dree [V0.0]

One single package for visualization, debugging, and exploration of folder hierarchies.

Say no to bulky file managers with Dree.

Disclaimer

Important: This project is a work in progress and is not intended for production use at this time. It is undergoing active development, and changes, improvements, and bug fixes are being made frequently.

How to Run [Development]

To run the Directory Tree Visualizer project, follow these steps:

  1. Ensure you have C++17 compiler and development environment set up on your linux or mac system
  2. Clone the project repository to your local machine.
cd Dree

Build

if [ ! -d "compile" ]; then mkdir compile; fi && make clean

Run

make run

Compile the changes

make all

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT