debil03311 / awu

Terminal client for danger/u/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aw/u/

A terminal client for danger/u/

Installation

You're going to need requests, argparse and colored to get this to work properly.

$ git clone https://github.com/isvinc3s/awu.git
$ cd awu
$ python3 awu.py

If you want to run it as a regular command:

$ chmod +x awu.py
$ sudo cp ./awu.py /usr/local/bin/awu

Usage / documentation

See the wiki

To do

  • Make it so that you can browse more pages of a board
  • Figure out a way to display unicode characters (Kinda added in 1.3.1)
  • Maybe figure out a way to send newlines (Added in 1.3, thanks nilesr)
  • Display thread title when you show the replies (Added in 1.2)
  • No color mode (I'm probably too retarded to do that so don't expect it to ever be a thing) (Added in 1.1)
  • Clean up the code (lol I definetly won't do this)

About

Terminal client for danger/u/

License:MIT License


Languages

Language:Python 100.0%