Gregory Rudolph
|
430c427487
|
Delete go.sum
|
5 years ago |
Gregory Rudolph
|
d02dd317a5
|
Delete go.mod
|
5 years ago |
Gregory Rudolph
|
90d336988e
|
Merge pull request #41 from Rudi9719/dev
Dev
|
5 years ago |
Gregory Rudolph
|
69b5442ac9
|
Merge pull request #39 from haukened/fix-list-populate
Fix list populate
|
5 years ago |
David Haukeness
|
27261223f0
|
updated populateChat() to call populateList() to mark chat messages as read when joining a channel or refreshing the chat
|
5 years ago |
Gregory Rudolph
|
aa01e9cb40
|
Fix <code> tag formatting to show code properly
|
5 years ago |
David Haukeness
|
e4784e4fb2
|
updated function names
|
5 years ago |
David Haukeness
|
80896e5323
|
Merge remote-tracking branch 'upstream/dev' into feature-scrolling
|
5 years ago |
David Haukeness
|
e1c8890721
|
updated to not scroll past the bottom of the chat
|
5 years ago |
Gregory Rudolph
|
4ac523e7f7
|
Merge pull request #36 from haukened/dev
Adding `/exec` functionality
|
5 years ago |
David Haukeness
|
37dc6b8d4f
|
added autoScrollView() on joining channel
|
5 years ago |
David Haukeness
|
60c5302aec
|
added scrolling functionality
|
5 years ago |
David Haukeness
|
bf0c271d2a
|
updated to use instead of
|
5 years ago |
David Haukeness
|
5e6e97d7f6
|
updated to have lastChat var and new keybinding for CTRL+z
|
5 years ago |
David Haukeness
|
4a7818c79e
|
updated to fill in lastChat
|
5 years ago |
David Haukeness
|
f890a6e56c
|
added initial cmdExec
|
5 years ago |
David Haukeness
|
e60f65d59c
|
updated to remove old emoji and add execcmd
|
5 years ago |
Gregory Rudolph
|
938d6c855c
|
Merge pull request #34 from haukened/dev
Unicode Emoji Support
|
5 years ago |
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 |