dvach is a simple client cli tool for the [2ch.hk](http://2ch.hk) imageboard.
If you already have [rust toolchain](https://rustup.rs/https://rustup.rhttps://rustup) installed:
```
cargo install dvach
```
Also ensure that you have `~/.cargo/bin/` in your `$PATH`.
```
$ dvach # list boards
$ dvach pr # list threads for the "pr" board
$ dvach pr 1299618 # show selected thread
```
It's just a tiny exercise in writting cli tools in rust