Skip to content

will-x86/filetree-traversing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


File System in Rust

Overview

A command-line file system explorer written in Rust. This tool allows you to navigate through directories, view directory contents, and display file details.

Features

  • Colorized Output: Directories are displayed in blue to easily distinguish them from files.
  • File Details: For each file, the tool shows the file name, size in bytes, and permissions.
  • Interactive Menu: Navigate through directories by entering the desired folder name.

Usage

  1. Clone the Repository:

    git clone https://github.com/seal/filetree-traversing
  2. Build and Run the Program:

    cd filetree-traversing
    cargo run

    Adjust the program settings or source code as needed.

Dependencies

  • Colored crate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages