Crates.io | fdrs |
lib.rs | fdrs |
version | 0.1.1 |
source | src |
created_at | 2024-11-28 06:38:35.700145 |
updated_at | 2024-11-28 06:43:33.901407 |
description | A simple fd implementation in rust. |
homepage | |
repository | |
max_upload_size | |
id | 1463969 |
size | 15,880 |
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.
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.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.