Skip to content
/ Dree Public
forked from ujjwall-R/Dree

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

Notifications You must be signed in to change notification settings

Aria-iu/Dree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.8%
  • Makefile 19.0%
  • Shell 5.2%