Skip to content

Rust app to recursively scan files and display according to size

Notifications You must be signed in to change notification settings

wbglaeser/largest-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust File Scanner

This repo contains code for a small rust application that helps identify large files in a given directory and cascading sub-directories. Seeing that there are plenty of optimised tools available to perform this task this project was meant for me to better understand file systems and the rust language.

Installation

  1. Using ssh, clone repo to local enviroment

git clone [email protected]:wbglaeser/largest-files.git

  1. Run using cargo, where -e allows you to exlude certain file types

cargo run <Path> -e <exclude>

  1. Build using cargo. Binary is stored in /target

cargo build

About

Rust app to recursively scan files and display according to size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages