A painting of the future - craftpaperbag/cub GitHub Wiki

Welcome to the cub wiki! This document is some designs of future cub command. So most of them cannot use yet.


Interfaces

CRUD

Cub has CRUD interfaces of Github issues.

CREATE

$ cub open
      o

READ

$ cub issues
      i
$ cub issue ###
      i ###
      ###
$ cub tags
$ cub graph

UPDATE

$ cub edit ###
      e ###
$ cub comment ###
      co ###
$ cub tag ###
      t ###
$ cub untag ###
      ut ###

DELETE

$ cub close ###
      c ###

Settings

About cub self settings.

Set a config

$ cub set user craftpaperbag

Get all configs

$ cub set

Version-up

$ cub upgrade

Install

single .sh file published at github

$ install-cub.sh

Uninstall

single command

$ cub uninstall