# srhtp - sourcehut paste This is a small utility I wrote to CRUD pastes on https://paste.sr.ht ## Installation You can either install with `cargo`: ```sh $ cargo install srhtp ``` Or you can compile from source: ```sh $ git clone https://git.sr.ht/~alphakeks/srhtp.git $ cd srhtp $ cargo run ``` ## Usage You can see an overview over all commands and flags by running: ```sh $ srhtp help ``` Every command requires the `SRHT_OAUTH` environment variable to be set in order to communicate with sourcehut's API. You can create an access token on this page: https://meta.sr.ht/oauth