summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-14 07:32:04 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-14 08:02:56 -0700
commitfad8e1a63a809b0c63b23f6f71bf368bdae3f910 (patch)
treec5de6bc2ae0a759cb63cefc1f95a09be0cee0115
parent70e207f99241b44f1f1ea38525c3c87288aa56b4 (diff)
-rw-r--r--Gopkg.lock49
-rw-r--r--Gopkg.toml6
-rw-r--r--colorschemes/default.go32
-rw-r--r--colorschemes/default_dark.go23
-rw-r--r--colorschemes/monokai.go23
-rw-r--r--colorschemes/solarized.go23
-rw-r--r--colorschemes/template.go52
-rw-r--r--main.go52
-rw-r--r--vendor/github.com/cjbassi/termui/Gopkg.lock37
-rw-r--r--vendor/github.com/cjbassi/termui/Gopkg.toml31
-rw-r--r--vendor/github.com/cjbassi/termui/block.go54
-rw-r--r--vendor/github.com/cjbassi/termui/buffer.go15
-rw-r--r--vendor/github.com/cjbassi/termui/colors.go49
-rw-r--r--vendor/github.com/cjbassi/termui/events.go190
-rw-r--r--vendor/github.com/cjbassi/termui/gauge.go18
-rw-r--r--vendor/github.com/cjbassi/termui/grid.go6
-rw-r--r--vendor/github.com/cjbassi/termui/init.go25
-rw-r--r--vendor/github.com/cjbassi/termui/linegraph.go39
-rw-r--r--vendor/github.com/cjbassi/termui/render.go9
-rw-r--r--vendor/github.com/cjbassi/termui/sparkline.go16
-rw-r--r--vendor/github.com/cjbassi/termui/styles.go10
-rw-r--r--vendor/github.com/cjbassi/termui/table.go28
-rw-r--r--vendor/github.com/gdamore/encoding/.appveyor.yml13
-rw-r--r--vendor/github.com/gdamore/encoding/.travis.yml6
-rw-r--r--vendor/github.com/gdamore/encoding/LICENSE202
-rw-r--r--vendor/github.com/gdamore/encoding/README.md19
-rw-r--r--vendor/github.com/gdamore/encoding/ascii.go36
-rw-r--r--vendor/github.com/gdamore/encoding/charmap.go192
-rw-r--r--vendor/github.com/gdamore/encoding/doc.go17
-rw-r--r--vendor/github.com/gdamore/encoding/ebcdic.go273
-rw-r--r--vendor/github.com/gdamore/encoding/latin1.go33
-rw-r--r--vendor/github.com/gdamore/encoding/latin5.go35
-rw-r--r--vendor/github.com/gdamore/encoding/utf8.go35
-rw-r--r--vendor/github.com/gdamore/tcell/.appveyor.yml13
-rw-r--r--vendor/github.com/gdamore/tcell/.gitignore1
-rw-r--r--vendor/github.com/gdamore/tcell/.travis.yml19
-rw-r--r--vendor/github.com/gdamore/tcell/AUTHORS4
-rw-r--r--vendor/github.com/gdamore/tcell/LICENSE202
-rw-r--r--vendor/github.com/gdamore/tcell/README.md253
-rw-r--r--vendor/github.com/gdamore/tcell/attr.go32
-rw-r--r--vendor/github.com/gdamore/tcell/cell.go186
-rw-r--r--vendor/github.com/gdamore/tcell/charset_stub.go21
-rw-r--r--vendor/github.com/gdamore/tcell/charset_unix.go49
-rw-r--r--vendor/github.com/gdamore/tcell/charset_windows.go21
-rw-r--r--vendor/github.com/gdamore/tcell/color.go1019
-rw-r--r--vendor/github.com/gdamore/tcell/colorfit.go52
-rw-r--r--vendor/github.com/gdamore/tcell/console_stub.go23
-rw-r--r--vendor/github.com/gdamore/tcell/console_win.go1025
-rw-r--r--vendor/github.com/gdamore/tcell/database.json1351
-rw-r--r--vendor/github.com/gdamore/tcell/doc.go48
-rw-r--r--vendor/github.com/gdamore/tcell/encoding.go139
-rw-r--r--vendor/github.com/gdamore/tcell/errors.go73
-rw-r--r--vendor/github.com/gdamore/tcell/event.go53
-rw-r--r--vendor/github.com/gdamore/tcell/interrupt.go41
-rw-r--r--vendor/github.com/gdamore/tcell/key.go464
-rw-r--r--vendor/github.com/gdamore/tcell/mouse.go97
-rw-r--r--vendor/github.com/gdamore/tcell/resize.go42
-rw-r--r--vendor/github.com/gdamore/tcell/runes.go111
-rw-r--r--vendor/github.com/gdamore/tcell/screen.go212
-rw-r--r--vendor/github.com/gdamore/tcell/simulation.go508
-rw-r--r--vendor/github.com/gdamore/tcell/style.go126
-rw-r--r--vendor/github.com/gdamore/tcell/tcell.pngbin0 -> 5336 bytes
-rw-r--r--vendor/github.com/gdamore/tcell/tcell.svg93
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/.gitignore1
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/TERMINALS.md7
-rwxr-xr-xvendor/github.com/gdamore/tcell/terminfo/mkdatabase.sh189
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/mkinfo.go774
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/models.txt59
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_Eterm.go106
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_Eterm_256color.go105
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_adm3a.go22
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_aixterm.go76
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_ansi.go38
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_aterm.go107
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_beterm.go51
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_bsdos_pc.go39
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_cygwin.go60
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_d200.go94
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_d210.go92
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_dtterm.go64
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_gnome.go154
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_gnome_256color.go154
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_hpterm.go47
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_hz1500.go23
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_konsole.go112
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_konsole_256color.go112
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_kterm.go64
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_linux.go66
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_pcansi.go36
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_rxvt.go107
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_rxvt_256color.go107
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_rxvt_unicode.go81
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_rxvt_unicode_256color.go81
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_screen.go64
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_screen_256color.go64
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_st.go155
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_st_256color.go155
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_st_meta.go155
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_st_meta_256color.go155
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_st_meta_truecolor.go158
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_st_truecolor.go158
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_sun.go44
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_sun_color.go48
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_tvi910.go36
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_tvi912.go35
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_tvi921.go31
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_tvi925.go40
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_tvi950.go43
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_tvi970.go37
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_vt100.go45
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_vt102.go44
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_vt220.go55
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_vt320.go60
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_vt400.go43
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_vt420.go50
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_vt52.go26
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_wy50.go56
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_wy60.go60
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_wy99_ansi.go58
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_wy99a_ansi.go58
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_xfce.go153
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_xnuppc.go31
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_xterm.go154
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_xterm_256color.go153
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/term_xterm_truecolor.go155
-rw-r--r--vendor/github.com/gdamore/tcell/terminfo/terminfo.go837
-rw-r--r--vendor/github.com/gdamore/tcell/tscreen.go1388
-rw-r--r--vendor/github.com/gdamore/tcell/tscreen_bsd.go119
-rw-r--r--vendor/github.com/gdamore/tcell/tscreen_darwin.go140
-rw-r--r--vendor/github.com/gdamore/tcell/tscreen_linux.go129
-rw-r--r--vendor/github.com/gdamore/tcell/tscreen_posix.go206
-rw-r--r--vendor/github.com/gdamore/tcell/tscreen_stub.go32
-rw-r--r--vendor/github.com/gdamore/tcell/tscreen_windows.go40
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/.gitignore28
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/.travis.yml8
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/LICENSE7
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/README.md479
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/colorgens.go54
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/colors.go797
-rw-r--r--vendor/github.com/lucasb-eyer/go-colorful/happy_palettegen.go