Commit Graph

232 Commits

Author SHA1 Message Date
00a8865ea6 prelim emoji tab completion with window title options 2019-10-14 20:04:21 -06:00
76511afc4f Added colors & minor bugfix
- Created new file colors.go
- Added color options to the UserConfig
- Possible to disable colors (in UserConfig)
- Fixed a bug where the login screen says `/j` and not `{cmdChar}j`
- Changed how attachments look - so it's clear it isn't just a message
saying that
- Changed how formatOutput works (to be more DRY)
- Colored unread messages
Changes to be committed:
	new file:   colors.go
	modified:   main.go
	modified:   userConfigs.go
2019-10-13 17:41:10 +02:00
134b90ca6a resolving upstream merge confilict 2019-10-11 10:01:03 -06:00
a73e52d3a3 ReplaceAll reduced to Replace to avoid requiring go1.12+ 2019-10-11 11:48:08 -04:00
4d24c38fe8 Go fmt 2019-10-11 10:30:27 -04:00
218c9812c3 Merge pull request #4 from haukened/dev
added support for @ mentions
2019-10-11 10:17:36 -04:00
2650e06f2d First step to configurations 2019-10-11 10:00:53 -04:00
c3104b3695 gofmt changes 2019-10-11 07:27:33 -06:00
784dd58eb3 removed emojiList.go because its dynamically generated 2019-10-11 07:21:29 -06:00
c1e0e1452a Don't try to edit other peoples messages 2019-10-11 08:45:34 -04:00
301ead6e3a Change from BufferLines() to Buffer() to get rid of spaces at line breaks 2019-10-11 08:11:42 -04:00
39cb8f2519 Wallet cmd for sending transactions etc 2019-10-11 07:55:33 -04:00
4056b0f3c7 added template emojilist - though it'll get dynamically overwritten on build 2019-10-10 16:34:27 -06:00
5c168158d8 added logic for emoji tab completion 2019-10-10 16:33:35 -06:00
e50f76ee46 updated magefile to build emoji list into emoji.go and provide constant 2019-10-10 16:33:17 -06:00
71e5a0d0ab Updated magefile to build emoji support 2019-10-10 15:36:12 -06:00
92992e7c7a added support for @ mentions 2019-10-10 13:20:57 -06:00
5cc22635ee Remove unused layout2() 2019-10-10 13:44:41 -04:00
5915f6e276 Merge pull request #2 from haukened/dev
Tab completion from PR
2019-10-10 12:59:10 -04:00
3579f1648d updated to also add channel names in addition to topics 2019-10-10 10:00:54 -06:00
ccf2136a61 fixed condition where blank lcp would create never ending strings 2019-10-10 09:57:36 -06:00
316fbfa9aa updated to use cached conversation list
working autocomplete on input line
still only a partial list of team/channel pairs, need to see what i'm missing
2019-10-10 09:48:03 -06:00
2b018ebc76 Update chat if reactions occur: Prep for showing reactions in PS1 2019-10-10 11:17:37 -04:00
6a8118b187 Show where reaction takes place 2019-10-10 10:25:48 -04:00
eada3db4d0 gocui update to use BufferLines() versus Line 2019-10-10 09:48:01 -04:00
a7b169c8ea Enable reply by default 2019-10-10 07:21:46 -04:00
156bbf6c7a Add cmdReply 2019-10-10 07:19:54 -04:00
9c92a64bf4 working PoC tab completion, currently writes to Feed 2019-10-09 15:21:25 -06:00
b97068ad20 Merge branch 'awesome-gocui' of https://github.com/Rudi9719/kbtui into dev 2019-10-09 14:58:45 -04:00
b309df7d52 Merge kbtui/dev into kbtui/awesome-gocui for support 2019-10-09 14:57:50 -04:00
8dca80b0df Merge pull request #1 from mjarkk/fix-startup-bug
fix startup bug, changed the unknown view check
2019-10-09 14:45:08 -04:00
45a4dd59f9 Too many terminal bells, put the \a in the wrong spot 2019-10-09 14:26:22 -04:00
1f016ca09a Added titles to feed and channels, as well as ring terminal bell when feed is populated 2019-10-09 14:20:54 -04:00
7552d2bbbe Changed the unknown view check 2019-10-09 20:18:33 +02:00
21f2d29289 Add ShowReactions to basic commands 2019-10-09 12:59:41 -04:00
80ecb530d4 Set inputView title when out of chat 2019-10-09 12:14:25 -04:00
502467a162 Updated readme to remove old command and update build instructions 2019-10-09 12:13:11 -04:00
f37739ed70 Formatting 2019-10-09 11:48:53 -04:00
3da9fd0390 Popup funcs and edit view input handler 2019-10-09 11:48:19 -04:00
ed1edb4042 Simplified editing with popup funcs in main 2019-10-09 11:48:01 -04:00
9d7ca47595 No more auto-react 2019-10-09 11:06:48 -04:00
6aa1302bbe Add editView (WIP) and funcs to set viewTitle/popup a view 2019-10-09 11:06:25 -04:00
4a49ae20cf Update input title on join 2019-10-09 11:05:40 -04:00
3abf2e0235 Import awesome-gocui 2019-10-09 08:55:33 -04:00
ba07cb6773 Changes to main for debugging awesome-gocui 2019-10-09 08:55:20 -04:00
46a2a33ed5 Update mage file 2019-10-08 17:14:12 -04:00
12a5722d3b New clean command for messed up windows 2019-10-08 12:51:33 -04:00
da822c4876 Update magefile to build all commands without type commands 2019-10-08 10:30:25 -04:00
cae7510efd Updated mage allcommands to actually build all commands 2019-10-08 10:16:40 -04:00
0599824933 Build changes 2019-10-08 10:14:04 -04:00