#fd #find #fd-command

bin+lib fdrs

A simple fd implementation in rust

2 releases

0.1.1 Nov 28, 2024
0.1.0 Nov 28, 2024

#2287 in Filesystem

Unlicense

10KB
172 lines

FDRS

A super simple implementation of the unix command fd.

The following is as stated contextually in the command help:

options: --ignore-errors | -i => ignores all the errors showing only the found values --help | -h => shows this menu usage: The program requires two arguments at least,

Even tho there is no point, you can simply pass `*` to include
everything.

Installation

You can use cargo to install this crate, as a library or as a CLI tool.

  • cargo install fdrs to install this as a CLI tool.
  • cargo add fdrs to install this as a library and use the exported functions.

Contributing

I currently don't mantain this project, as I don't have time to do so, and it's super small, there is no license, you can copy or do whatever you feel like with this.

If you for any reason want this project, simply fork it or do whatever you please with it.

Dependencies

~3–16MB
~143K SLoC