1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 08:47:24 +00:00

364 Commits

Author SHA1 Message Date
Sam
14c7f9353a Move exit helper func above first build target 2019-10-21 14:59:39 -04:00
Sam
dbf53680e6 Download package updates before building 2019-10-21 14:58:26 -04:00
Sam
514059e990 Separate standard lib imports from remote imports 2019-10-21 13:57:26 -04:00
e692500606 removed os.Args in favor of flags functionality. created emoji flag 2019-10-20 15:54:17 -06:00
b0ea0c0b63 added notes 2019-10-20 15:53:40 -06:00
0ba2507891 added error handling 2019-10-20 14:35:43 -06:00
bd02981b52 new funcs to render unicode emojis and resolve emoji aliases 2019-10-20 14:33:10 -06:00
6d86fdd578 Added unicode emoji support global 2019-10-19 15:17:26 -06:00
f7f0e61ecd fixed bad return statement 2019-10-19 14:57:11 -06:00
0ccf655aa4 fixed missing struct member 2019-10-19 14:54:45 -06:00
f65ac0e231 updated to use new static emoji map for tab completion 2019-10-19 14:53:14 -06:00
517e8ecd46 added static emoji map with unicode and descriptions 2019-10-19 14:52:55 -06:00
dd81d08db7 removed dynamic emoji building 2019-10-19 14:52:05 -06:00
707195232e Better attachment handling after PR to samhofi.us/x/keybase 2019-10-18 14:50:02 -04:00
390a190bba Failing go vet, due to lack of blank line 2019-10-18 12:32:34 -04:00
0e4171efe7 Travis please come back to dev 2019-10-18 12:28:57 -04:00
3fe0b19392 Travis works 2019-10-18 11:58:19 -04:00
553bfe55fb Travis, are you there? 2019-10-18 11:17:31 -04:00
8cd30ab643 Update README.md for go get commands 2019-10-18 10:33:47 -04:00
1e8efd9c35 Merge pull request #21 from haukened/dev
Tab Completion Cleanup and Enhancements
2019-10-18 09:27:15 -04:00
da86d2cceb Merge branch 'dev' into dev 2019-10-18 07:14:50 -06:00
09fb7ae56c Update readme 2019-10-18 08:16:58 -04:00
946e11d6a1 Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev 2019-10-18 08:09:25 -04:00
b9ed157ce5 Merge pull request #23 from Rudi9719/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2019-10-18 08:09:21 -04:00
f83e3d1db2 Create CODE_OF_CONDUCT.md 2019-10-18 08:09:01 -04:00
f23f36c64f Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev 2019-10-18 08:07:10 -04:00
d08d4698bd Update issue templates 2019-10-18 08:07:03 -04:00
689c6d9181 Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev 2019-10-18 08:06:17 -04:00
d23901c90e Create LICENSE 2019-10-18 08:06:06 -04:00
425bee3749 Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev 2019-10-18 08:03:36 -04:00
b938962340 Create CONTRIBUTING.md
Github suggested I add this, so why not
2019-10-18 08:03:22 -04:00
cc129d466f Show command used instead of hardcoded reply 2019-10-18 07:42:07 -04:00
931582ed67 Use cmdPrefix instead of hardcoded / 2019-10-18 07:40:47 -04:00
05764f85d9 Bugfix similar to #19 2019-10-18 07:40:14 -04:00
dd634fd06b Bugfix: another command crashes kbtui #19 2019-10-18 07:33:29 -04:00
09c207d4be Bugfix: extra junk after +/- commands cause crash #20 2019-10-18 07:27:09 -04:00
8f2b2110e0 propogated build errors to top level. Fixes bug issue #11 'build doesn't return correct status code' 2019-10-17 13:52:23 -06:00
73d9bfdd5d added command tab completion 2019-10-17 13:19:07 -06:00
ebd1be8b4e Merge remote-tracking branch 'upstream/dev' into dev 2019-10-17 13:06:37 -06:00
d07156402b Bugfix: Input crashes kbtui #13 2019-10-17 13:21:00 -04:00
e9ac10ecbf Merge remote-tracking branch 'upstream/dev' into dev 2019-10-17 11:07:22 -06:00
dffff400ff changed handleTab() to accomodate viewName 2019-10-17 11:04:51 -06:00
f7144f3ad5 updated mage for tabComplete option 2019-10-17 11:01:16 -06:00
5ed7cb6972 moved all tabcomplete to external file 2019-10-17 11:00:55 -06:00
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. 2019-10-17 10:03:04 -06:00
fb1bb0c0fa Remove emojilist 2019-10-17 11:03:28 -04:00
9bb1bb60bd Odd bug with attachments displaying a random message, squashed. 2019-10-17 10:33:37 -04:00
80d2f79379 Color date same as time for users who separate the two 2019-10-17 10:32:08 -04:00
ec5c14d2cd Better error handling 2019-10-17 10:31:51 -04:00
b55359ceed Remove go fmt 2019-10-17 10:01:03 -04:00