dir_reader

Crates.iodir_reader
lib.rsdir_reader
version0.2.0
created_at2025-06-19 04:33:30.231305+00
updated_at2025-06-21 10:57:53.277374+00
descriptionFind files with specific file extensions throughout your system
homepage
repository
max_upload_size
id1717801
size5,350
(unsecretised)

documentation

README

Dir_reader is a directory reader and file extension finder

Usage:

Clone the repository

Make sure you have rust installed: cargo install --path .

and you can use dir_reader like this:

dir_reader <fileextension> <path>

Example:

dir_reader rs .

Looks through all directories from current direcotry and prints out the path to the respective file

Commit count: 0

cargo fmt