find-rs

Crates.iofind-rs
lib.rsfind-rs
version0.1.3
sourcesrc
created_at2024-02-15 16:22:34.219804
updated_at2024-02-26 21:29:36.760206
descriptionfind-rs is a simple implementation of the find command in Rust
homepage
repository
max_upload_size
id1141307
size17,824
Omar (Jamlie)

documentation

README

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]
Commit count: 0

cargo fmt