Crates.io | dvach |
lib.rs | dvach |
version | 0.1.1 |
source | src |
created_at | 2018-12-13 21:34:32.804106 |
updated_at | 2019-11-28 18:01:11.163399 |
description | dvach a simple client cli tool for the 2ch.hk imageboard |
homepage | https://github.com/TatriX/dvach |
repository | https://github.com/TatriX/dvach |
max_upload_size | |
id | 101798 |
size | 122,155 |
dvach is a simple client cli tool for the 2ch.hk imageboard.
If you already have rust toolchain 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