filetree-traversing

Crates.iofiletree-traversing
lib.rsfiletree-traversing
version0.1.10
sourcesrc
created_at2024-06-12 13:28:58.997563
updated_at2024-06-12 14:40:10.24486
descriptionA Rust library for working with file trees
homepagehttps://github.com/seal/filetree-traversing
repositoryhttps://github.com/seal/filetree-traversing
max_upload_size
id1269646
size9,510
Will (seal)

documentation

README


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


Commit count: 29

cargo fmt