#file-extension #reader #directory #file-search #system

app dir_reader

Find files with specific file extensions throughout your system

2 unstable releases

Uses new Rust 2024

0.2.0 Jun 21, 2025
0.1.0 Jun 19, 2025

#1678 in Filesystem

43 downloads per month

MIT license

3KB

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

Dependencies

~0.1–1.8MB
~33K SLoC