fdrs

Crates.iofdrs
lib.rsfdrs
version0.1.1
sourcesrc
created_at2024-11-28 06:38:35.700145
updated_at2024-11-28 06:43:33.901407
descriptionA simple fd implementation in rust.
homepage
repository
max_upload_size
id1463969
size15,880
Esteve Autet Alexe (stifskere)

documentation

README

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, , the path argument is where to find from, the glob argument is like a filter, where everything not matched by the glob will be excluded.

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.

Commit count: 0

cargo fmt