Skip to content

nightcoder26/filetree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

filetree

This is a simple c++ program to list the folder structure of a given folder path 💫

Compile & Run

To Compile

g++ -std=c++17 filetree.cpp -o filetree.exe

Then run the exe file

filetree.exe "<folder_path>"

This program does not expand hidden folders/ folders that start with . like .git, .idea Also highlights folder names with blue color, .exe files yellow and .txt files with magenta.

image

About

A simple c++ program to visualize folder structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages