#recursion #find #hidden #command #ignore #name #show

app find-rs

find-rs is a simple implementation of the find command in Rust

4 releases

0.1.3 Feb 26, 2024
0.1.2 Feb 15, 2024
0.1.1 Feb 15, 2024
0.1.0 Feb 15, 2024

#549 in Filesystem

Download history 261/week @ 2024-02-13 114/week @ 2024-02-20 92/week @ 2024-02-27 2/week @ 2024-03-05 4/week @ 2024-03-12 5/week @ 2024-03-26 22/week @ 2024-04-02

164 downloads per month

MIT license

9KB
179 lines

findrs

A fast, simple implementation of find in Rust. It doesn't have all features of find but it fills my needs.

findrs
findrs -n "name"
findrs -a # show hidden
findrs -r # recursive
findrs -i "ignore"
findrs -t [d/f]

Dependencies

~1–12MB
~88K SLoC