Skip to content

Ethanc9/File_Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Structure Printer

A Rust command-line tool that prints a visual tree representation of directory structures, similar to the tree command.

Prerequisites

  • Rust (1.x or higher)
  • Cargo (comes with Rust)

Installation

  1. Make sure you have Rust installed on your system. If not, install it from rust-lang.org

  2. Clone this repository:

    git clone <your-repository-url>
    cd <repository-name>
  3. Build the project:

    cargo build --release

    The compiled binary will be available in target/release/

Usage

Run the program and input the directory path when prompted:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages