arch-reflector

Crates.ioarch-reflector
lib.rsarch-reflector
version0.1.5
sourcesrc
created_at2023-01-10 17:24:55.986586
updated_at2023-01-11 02:07:11.988586
descriptionA rust implementation of the arch linux reflector package
homepage
repositoryhttps://github.com/IgnisDa/rust-libs
max_upload_size
id755702
size53,450
Diptesh Choudhuri (IgnisDa)

documentation

README

Reflector

An implementation of the Reflector tool in Rust.

Why?

One of the pain points of using reflector is that it is written in Python. This means that you need to install Python and all of its dependencies just to use reflector. This is especially painful on systems that don't have Python installed by default, such as the docker image.

This implementation of reflector is written in Rust, so it can be downloaded as a single binary and run without any dependencies.

Usage

I will try to keep the interface as close to the original reflector as possible. Consult the official man page for more information. You can also run the program with the --help flag to see the available options.

Acknowledgements

The reflector project was developed by Xyne and all credits go to him.

Commit count: 109

cargo fmt