hey icon indicating copy to clipboard operation
hey copied to clipboard

[feature] hey info <person>

Open masukomi opened this issue 7 years ago • 0 comments

hey info would provide the following data

  1. a graph of recent interrupts by day
  2. a table listing tags associated with them and how many events involved that tag
┌───────────────────────────────────────────────────────────────────────────┐
│                                                                           │
│  25 +-----------------------------------------------------------------+ 25│
│      |            +            +             +            +            |  │
│      |            :            :             :            :            |  │
│  20 |-+..........:............:.............A............:..........+-| 20│
│      |            :            :            *:*           :            |  │
│      |            :            :           * :*           :            |  │
│  15 |-+..........:............:..........A..:.*.*A.......:..........+-| 15│
│      |            :            A**   A    *  : A* *       :            |  │
│  10 |-+..........:............*...***...*...:.....*......:..........+-| 10│
│      |            :           *:  A   *  *   :     *      :            |  │
│      |            :           *:      *  *   :      *     :            |  │
│   5 |-+..........:...........*:......*.*....:......*.....:..........+-| 5 │
│      |            :           *:      * *    :       *    :            |  │
│      |            +          * +       *     +       A*   +            |  │
│   0 +-----------------------------------------------------------------+ 0 │
└───────────────────────────────────────────────────────────────────────────┘
┌────────────────────┬────────────────┬─────────────────────┐                
│        Tag         │  Sparkline of  │     Total Count     │                
├────────────────────┼────────────────┼─────────────────────┤                
│        foo         │    ▁█▅▂▁▁▇     │         41          │                
├────────────────────┼────────────────┼─────────────────────┤                
│        bar         │    ▂▆█▁▅▂▄     │         41          │                
├────────────────────┼────────────────┼─────────────────────┤                
│        baz         │    ▁█▅▂▁▁▇     │         41          │                
├────────────────────┼────────────────┼─────────────────────┤                
│      wheedle       │    ▂▆█▁▅▂▄     │         41          │                
└────────────────────┴────────────────┴─────────────────────┘                

masukomi avatar Dec 15 '17 15:12 masukomi