dvach

Crates.iodvach
lib.rsdvach
version0.1.1
sourcesrc
created_at2018-12-13 21:34:32.804106
updated_at2019-11-28 18:01:11.163399
descriptiondvach a simple client cli tool for the 2ch.hk imageboard
homepagehttps://github.com/TatriX/dvach
repositoryhttps://github.com/TatriX/dvach
max_upload_size
id101798
size122,155
TatriX (TatriX)

documentation

README

dvach

dvach is a simple client cli tool for the 2ch.hk imageboard.

Installation

If you already have rust toolchain installed:

cargo install dvach

Also ensure that you have ~/.cargo/bin/ in your $PATH.

Usage

$ dvach # list boards
$ dvach pr # list threads for the "pr" board
$ dvach pr 1299618 # show selected thread

Why?

It's just a tiny exercise in writting cli tools in rust

Commit count: 31

cargo fmt