269 Commits (5557c17ad402d763464f9697a9f74dbcc71a8403)
 

Author SHA1 Message Date
Gregory Rudolph 5557c17ad4
Merge pull request #25 from Rudi9719/dev 6 years ago
Gregory Rudolph ade1799115
Merge pull request #26 from Rudi9719/linting/tabcomplete 6 years ago
Gregory Rudolph 20a687208a
Linting tabComplete for future Travis checks 6 years ago
Gregory Rudolph acf822e5a1
Add origin to moveCursorToEnd() 6 years ago
Gregory Rudolph 5eb23ff993
Bug #24: Cursor now moves to end of message 6 years ago
Gregory Rudolph e084c16ba8
Bugfix #24: Set cursor of popupView to 0,0 to avoid strange input bugs 6 years ago
Gregory Rudolph 2dd635669c
Linting code 6 years ago
Gregory Rudolph cc917a515f
Remove printSetting switch from cmdSet 6 years ago
Gregory Rudolph 8cab261b1d
Add go-toml dep for #17 in mage 6 years ago
Gregory Rudolph 1d412ed5fd
Update Travis now that mage auto-checks dependancies 6 years ago
Gregory Rudolph 1fd39aa9ab
Bugfix: Add nullcheck for toml values from #18 6 years ago
Gregory Rudolph db6e367fac
Bugfix: Up arrow in stream/start crashes application 6 years ago
Gregory Rudolph 2c9005064c
Merge branch 'MageCleanup' of keybase://team/kbtui.dev.dxb/kbtui into dev 6 years ago
Gregory Rudolph b960ffdde4
Feature: add Config TOML file #17 6 years ago
Gregory Rudolph 112d2da2e8
Basic implementation of config file 6 years ago
Sam 14c7f9353a Move exit helper func above first build target 6 years ago
Sam dbf53680e6 Download package updates before building 6 years ago
Sam 514059e990 Separate standard lib imports from remote imports 6 years ago
Gregory Rudolph 707195232e
Better attachment handling after PR to samhofi.us/x/keybase 6 years ago
Gregory Rudolph 390a190bba
Failing go vet, due to lack of blank line 6 years ago
Gregory Rudolph 0e4171efe7
Travis please come back to dev 6 years ago
Gregory Rudolph 3fe0b19392
Travis works 6 years ago
Gregory Rudolph 553bfe55fb
Travis, are you there? 6 years ago
Gregory Rudolph 8cd30ab643
Update README.md for go get commands 6 years ago
Gregory Rudolph 1e8efd9c35
Merge pull request #21 from haukened/dev 6 years ago
David Haukeness da86d2cceb
Merge branch 'dev' into dev 6 years ago
Gregory Rudolph 09fb7ae56c
Update readme 6 years ago
Gregory Rudolph 946e11d6a1
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev 6 years ago
Gregory Rudolph b9ed157ce5
Merge pull request #23 from Rudi9719/add-code-of-conduct-1 6 years ago
Gregory Rudolph f83e3d1db2
Create CODE_OF_CONDUCT.md 6 years ago
Gregory Rudolph f23f36c64f
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev 6 years ago
Gregory Rudolph d08d4698bd Update issue templates 6 years ago
Gregory Rudolph 689c6d9181
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev 6 years ago
Gregory Rudolph d23901c90e
Create LICENSE 6 years ago
Gregory Rudolph 425bee3749
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev 6 years ago
Gregory Rudolph b938962340
Create CONTRIBUTING.md 6 years ago
Gregory Rudolph cc129d466f
Show command used instead of hardcoded reply 6 years ago
Gregory Rudolph 931582ed67
Use cmdPrefix instead of hardcoded / 6 years ago
Gregory Rudolph 05764f85d9
Bugfix similar to #19 6 years ago
Gregory Rudolph dd634fd06b
Bugfix: another command crashes kbtui #19 6 years ago
Gregory Rudolph 09c207d4be
Bugfix: extra junk after +/- commands cause crash #20 6 years ago
David Haukeness 8f2b2110e0
propogated build errors to top level. Fixes bug issue #11 'build doesn't return correct status code' 6 years ago
David Haukeness 73d9bfdd5d
added command tab completion 6 years ago
David Haukeness ebd1be8b4e
Merge remote-tracking branch 'upstream/dev' into dev 6 years ago
Gregory Rudolph d07156402b
Bugfix: Input crashes kbtui #13 6 years ago
David Haukeness e9ac10ecbf
Merge remote-tracking branch 'upstream/dev' into dev 6 years ago
David Haukeness dffff400ff
changed handleTab() to accomodate viewName 6 years ago
David Haukeness f7144f3ad5
updated mage for tabComplete option 6 years ago
David Haukeness 5ed7cb6972
moved all tabcomplete to external file 6 years ago
David Haukeness 5aeb62ef18
moved tab completion to separate file, updated handleTab() to new structure. Created new global to hold a copy of the tab completion slice thats always up to date instead of generating each time, hooked completion options updates into view updates and channel join activity. 6 years ago