6 releases
0.1.10 | Jun 12, 2024 |
---|---|
0.1.9 | Jun 12, 2024 |
#366 in Filesystem
36 downloads per month
7KB
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
-
Clone the Repository:
git clone https://github.com/seal/filetree-traversing
-
Build and Run the Program:
cd filetree-traversing cargo run
Adjust the program settings or source code as needed.
Dependencies
- Colored crate
Dependencies
~0–9.5MB
~42K SLoC