项目作者: drabiter

项目描述 :
Poorman https://hummingbird.me/ CLI client.
高级语言: Go
项目地址: git://github.com/drabiter/kano.git
创建时间: 2016-07-22T11:08:01Z
项目社区:https://github.com/drabiter/kano

开源协议:

下载


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

  1. $ kano
  2. +----+---------------------------------+------+----------+-------+-------------+------------------+
  3. | ID | Title | Type | Progress | Total | Your Rating | Community Rating |
  4. +----+---------------------------------+------+----------+-------+-------------+------------------+
  5. | 0 | Brave Witches | TV | 2 | 12 | | 3.58 |
  6. | 1 | Love Live! Sunshine!! | TV | 12 | 13 | | 3.79 |
  7. +----+---------------------------------+------+----------+-------+-------------+------------------+
  8. > search girlish
  9. +----+-------------------+------+-------+------------------+--------+
  10. | ID | Title | Type | Total | Status | Rating |
  11. +----+-------------------+------+-------+------------------+--------+
  12. | 0 | Gi(a)rlish Number | TV | 12 | Currently Airing | 3.87 |
  13. +----+-------------------+------+-------+------------------+--------+
  14. > add 0
  15. +----+---------------------------------+------+----------+-------+-------------+------------------+
  16. | ID | Title | Type | Progress | Total | Your Rating | Community Rating |
  17. +----+---------------------------------+------+----------+-------+-------------+------------------+
  18. | 0 | Gi(a)rlish Number | TV | 0 | 12 | | 3.87 |
  19. | 1 | Brave Witches | TV | 2 | 12 | | 3.58 |
  20. | 2 | Love Live! Sunshine!! | TV | 12 | 13 | | 3.79 |
  21. +----+---------------------------------+------+----------+-------+-------------+------------------+
  22. > rate 2 5.0
  23. > list
  24. +----+---------------------------------+------+----------+-------+-------------+------------------+
  25. | ID | Title | Type | Progress | Total | Your Rating | Community Rating |
  26. +----+---------------------------------+------+----------+-------+-------------+------------------+
  27. | 0 | Gi(a)rlish Number | TV | 2 | 12 | | 3.87 |
  28. | 1 | Brave Witches | TV | 3 | 12 | | 3.58 |
  29. | 2 | Love Live! Sunshine!! | TV | 12 | 13 | 5.0 | 3.79 |
  30. +----+---------------------------------+------+----------+-------+-------------+------------------+
  31. > bump 0 2
  32. +----+---------------------------------+------+----------+-------+-------------+------------------+
  33. | ID | Title | Type | Progress | Total | Your Rating | Community Rating |
  34. +----+---------------------------------+------+----------+-------+-------------+------------------+
  35. | 0 | Gi(a)rlish Number | TV | 2 | 12 | | 3.87 |
  36. | 1 | Brave Witches | TV | 2 | 12 | | 3.58 |
  37. | 2 | Love Live! Sunshine!! | TV | 12 | 13 | 5.0 | 3.79 |
  38. +----+---------------------------------+------+----------+-------+-------------+------------------+
  39. > bump 1
  40. +----+---------------------------------+------+----------+-------+-------------+------------------+
  41. | ID | Title | Type | Progress | Total | Your Rating | Community Rating |
  42. +----+---------------------------------+------+----------+-------+-------------+------------------+
  43. | 0 | Gi(a)rlish Number | TV | 2 | 12 | | 3.87 |
  44. | 1 | Brave Witches | TV | 3 | 12 | | 3.58 |
  45. | 2 | Love Live! Sunshine!! | TV | 12 | 13 | 5.0 | 3.79 |
  46. +----+---------------------------------+------+----------+-------+-------------+------------------+
  47. > history
  48. // ... bunch of finished series ...
  49. > quit

TODO

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