2023-09-30 04:02:02 -06:00
|
|
|
# vanity-rage
|
|
|
|
|
2023-09-30 04:03:08 -06:00
|
|
|
A mildly more performant Rust reimplementation of [vanity-age](https://github.com/6e6f61/vanity-age).
|
2023-09-30 04:02:02 -06:00
|
|
|
|
|
|
|
|
2023-09-30 04:29:20 -06:00
|
|
|
## Installation
|
2023-09-30 04:02:02 -06:00
|
|
|
|
|
|
|
```sh
|
|
|
|
git clone https://git.tebibyte.media/silt/vanity-rage.git
|
|
|
|
cd vanity-rage
|
|
|
|
cargo build --release
|
|
|
|
target/release/vanity-rage query
|
|
|
|
```
|
|
|
|
|
|
|
|
|
2023-09-30 04:29:20 -06:00
|
|
|
## Query Syntax
|
2023-09-30 04:02:02 -06:00
|
|
|
|
|
|
|
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.
|