drabiter / kano

Poorman https://hummingbird.me/ CLI client.

Home Page:http://drabiter.com/kano/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kano

stupid simple Hummingbird CLI client.

asciicast

Download

Available as Debian package and binary executable on release page.

not tested for OSX or Windows yet

Usage

$ kano
+----+---------------------------------+------+----------+-------+-------------+------------------+
| ID | Title                           | Type | Progress | Total | Your Rating | Community Rating |
+----+---------------------------------+------+----------+-------+-------------+------------------+
| 0  | Brave Witches                   | TV   | 2        | 12    |             | 3.58             |
| 1  | Love Live! Sunshine!!           | TV   | 12       | 13    |             | 3.79             |
+----+---------------------------------+------+----------+-------+-------------+------------------+

> search girlish
+----+-------------------+------+-------+------------------+--------+
| ID | Title             | Type | Total | Status           | Rating |
+----+-------------------+------+-------+------------------+--------+
| 0  | Gi(a)rlish Number | TV   | 12    | Currently Airing | 3.87   |
+----+-------------------+------+-------+------------------+--------+

> add 0
+----+---------------------------------+------+----------+-------+-------------+------------------+
| ID | Title                           | Type | Progress | Total | Your Rating | Community Rating |
+----+---------------------------------+------+----------+-------+-------------+------------------+
| 0  | Gi(a)rlish Number               | TV   | 0        | 12    |             | 3.87             |
| 1  | Brave Witches                   | TV   | 2        | 12    |             | 3.58             |
| 2  | Love Live! Sunshine!!           | TV   | 12       | 13    |             | 3.79             |
+----+---------------------------------+------+----------+-------+-------------+------------------+

> rate 2 5.0
> list
+----+---------------------------------+------+----------+-------+-------------+------------------+
| ID | Title                           | Type | Progress | Total | Your Rating | Community Rating |
+----+---------------------------------+------+----------+-------+-------------+------------------+
| 0  | Gi(a)rlish Number               | TV   | 2        | 12    |             | 3.87             |
| 1  | Brave Witches                   | TV   | 3        | 12    |             | 3.58             |
| 2  | Love Live! Sunshine!!           | TV   | 12       | 13    | 5.0         | 3.79             |
+----+---------------------------------+------+----------+-------+-------------+------------------+

> bump 0 2
+----+---------------------------------+------+----------+-------+-------------+------------------+
| ID | Title                           | Type | Progress | Total | Your Rating | Community Rating |
+----+---------------------------------+------+----------+-------+-------------+------------------+
| 0  | Gi(a)rlish Number               | TV   | 2        | 12    |             | 3.87             |
| 1  | Brave Witches                   | TV   | 2        | 12    |             | 3.58             |
| 2  | Love Live! Sunshine!!           | TV   | 12       | 13    | 5.0         | 3.79             |
+----+---------------------------------+------+----------+-------+-------------+------------------+

> bump 1
+----+---------------------------------+------+----------+-------+-------------+------------------+
| ID | Title                           | Type | Progress | Total | Your Rating | Community Rating |
+----+---------------------------------+------+----------+-------+-------------+------------------+
| 0  | Gi(a)rlish Number               | TV   | 2        | 12    |             | 3.87             |
| 1  | Brave Witches                   | TV   | 3        | 12    |             | 3.58             |
| 2  | Love Live! Sunshine!!           | TV   | 12       | 13    | 5.0         | 3.79             |
+----+---------------------------------+------+----------+-------+-------------+------------------+

> history
// ... bunch of finished series ...

> quit

TODO

  • give history table some color - it's hard to read
  • one letter command alias - 's' for 'search'

About

Poorman https://hummingbird.me/ CLI client.

http://drabiter.com/kano/


Languages

Language:Go 93.4%Language:Shell 6.6%