368 Commits (master)
 

Author SHA1 Message Date
David Haukeness 549e9f8ad6
removed UNICODE_EMOJI_SUPPORT var in favor of new config schema 5 years ago
David Haukeness a03b5ff630
updated to use new config variable 5 years ago
David Haukeness e67b0e4265
resolving merge conflicts 5 years ago
David Haukeness d74ac7b1e1
re-adding config file at community request 5 years ago
Gregory 'Rudi' Rudolph e1f0314b87 Merge branch 'fix/go-modules' of https://github.com/Tjzabel/kbtui into dev 5 years ago
Gregory 'Rudi' Rudolph 384d0cfd9c Merge branch 'tab-fix-01' of https://github.com/haukened/kbtui into dev 5 years ago
Gregory 'Rudi' Rudolph 33551d9c8b Merge branch 'ColorsAndConfigCleanup' of keybase://team/kbtui.dev.dxb/kbtui into dev 5 years ago
Sam 876668d3aa Use github.com/pelletier/go-toml instead of github.com/BurntSushi/toml 5 years ago
Sam 05afd348d0 Load default config first, so missing values remain default 5 years ago
Sam a8e0ed17b9 Add unicode_emojis flag to config 5 years ago
Sam 99922c2582 Update config to be more uniform 5 years ago
David Haukeness 0812c57a6a
added travis to gitignore 5 years ago
David Haukeness 8c0e6211aa
set error message back to the way it was. was trying a change to track an error 5 years ago
David Haukeness de5f7da139
fixed error where unicode emojis were missing 5 years ago
David Haukeness 2fb6bb0bc0
added emoji unicode and resolution support 5 years ago
David Haukeness 4cc825860e
added emoji config file support 5 years ago
David Haukeness 1e6e34fbc5
removed config file, added to gitignore 5 years ago
David Haukeness de05697c89
reverting main.go to upstream 5 years ago
David Haukeness bb3ec46a43
Merge branch 'tab-fix-01' into dev 5 years ago
David Haukeness 790d295e2e
fixes issue with tab completion where commands would not clear input box titles 5 years ago
David Haukeness 2484578775
Merge remote-tracking branch 'upstream/dev' into dev 5 years ago
Sam 33a68670c9 Clean up colors, clean up config, make config actually be used, add default config 5 years ago
Tim Zabel e017ffcb55
Add support for Go modules. 5 years ago
Tim Zabel 0c866e24c4
Go build tags are space separated. 5 years ago
Gregory Rudolph e033215cc9
Merge branch 'FixColorRegex' of keybase://team/kbtui.dev.dxb/kbtui into dev 5 years ago
Gregory Rudolph 029799494b
Add check that lastMessage.type = "text" 5 years ago
Sam f09f2969d9 Fix bug in colorRegex() that was highighting usernames in the middle of strings when a user wasn't actually being mentioned 5 years ago
Gregory Rudolph 1a75ac8a49
Feature #17 - load ~/.config/kbtui.toml if it exists, otherwise use toml in dir 5 years ago
Gregory Rudolph 55ac19beb3
Auto load config TOML from #17 5 years ago
Gregory Rudolph a083eb3ca6
Show what config file is being used in load 5 years ago
Gregory Rudolph 87d1b19aeb
Rename kbtui.tml to kbtui.toml as per spec for toml 5 years ago
Gregory Rudolph 987eba51cf
Check for env var config file 5 years ago
David Haukeness 7408db2625
fixed replacements to use regex so to not break strings 5 years ago
David Haukeness 299f5103a5
upstream merge 5 years ago
Casper Weiss Bang 439f09aa1c Mo' colors 5 years ago
Gregory Rudolph 3f33070635
Automatically run clean when configs are loaded from file 5 years ago
Gregory Rudolph f04bf8e545
Bugfix: Load displayed an error because of missing return statement 5 years ago
Gregory Rudolph 005d737fee
Merge pull request #27 from Rudi9719/update-readme-mage 5 years ago
Gregory Rudolph 44310d09f5
Update README.md 5 years ago
Gregory Rudolph 5557c17ad4
Merge pull request #25 from Rudi9719/dev 5 years ago
Gregory Rudolph ade1799115
Merge pull request #26 from Rudi9719/linting/tabcomplete 5 years ago
Gregory Rudolph 20a687208a
Linting tabComplete for future Travis checks 5 years ago
Gregory Rudolph acf822e5a1
Add origin to moveCursorToEnd() 5 years ago
Gregory Rudolph 5eb23ff993
Bug #24: Cursor now moves to end of message 5 years ago
Gregory Rudolph e084c16ba8
Bugfix #24: Set cursor of popupView to 0,0 to avoid strange input bugs 5 years ago
Gregory Rudolph 2dd635669c
Linting code 5 years ago
Gregory Rudolph cc917a515f
Remove printSetting switch from cmdSet 5 years ago
Gregory Rudolph 8cab261b1d
Add go-toml dep for #17 in mage 5 years ago
Gregory Rudolph 1d412ed5fd
Update Travis now that mage auto-checks dependancies 5 years ago
Gregory Rudolph 1fd39aa9ab
Bugfix: Add nullcheck for toml values from #18 5 years ago