From 295327621a7a76d8f566c2dd110b93de43f20ab1 Mon Sep 17 00:00:00 2001 From: silt Date: Sat, 30 Sep 2023 06:02:02 -0400 Subject: [PATCH] yipee readme time --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a293660 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# vanity-rage + +A mildly more performant Rust reimplementation of [vanity-rage](https://github.com/6e6f61/vanity-age). + + +# Installation + +```sh +git clone https://git.tebibyte.media/silt/vanity-rage.git +cd vanity-rage +cargo build --release +target/release/vanity-rage query +``` + + +# Query Syntax + +A query is just a normal glob, nothing to see here. Take a look at [glob-match](https://github.com/devongovett/glob-match)'s README for more info.