# Pilfer
A simple TUI for Eludris made in rust.
![An image of pilfer in action](https://github.com/eludris/pilfer/blob/main/assets/pilfer-preview.png)
## Usage
To use pilfer either download a binary from the releases page or building it
locally with
```sh
cargo install pilfer
```
Pilfer is also available on the [AUR](https://aur.archlinux.org/packages/pilfer):
```sh
-S pilfer
```
You can *also* yoink the precompiled binaries from the [releases page](https://github.com/eludris/pilfer/releases/latest)
of this repository.
Pilfer defaults to using @ooliver1's Eludris instance located at ,
to change that overwrite the `REST_URL` environment variable.
You can also define a default name using the `PILFER_NAME` environment variable,
it has to be > 1 characters < 33 characters.