Gregory Rudolph
10ada5cd5f
Go fmt
5 years ago
Gregory Rudolph
cdc35483c6
Bugfix: Show user device instead of username twice, and show date post coloring
5 years ago
Gregory Rudolph
3b0a969259
Merge branch 'dev' of https://github.com/Rudi9719/kbtui into dev
5 years ago
Gregory Rudolph
b8ae3603e0
Merge pull request #6 from C0DK/fix-join
...
Fix "bugs" with join
5 years ago
Gregory Rudolph
86b4eea4c0
Merge pull request #5 from C0DK/master
...
Pulling into dev for testing
5 years ago
Casper Weiss Bang
d536cbd6cd
Fixed bugs regarding the join command
...
Changes:
- made it possible join with @ and # prepended as well
- Also made it possible if it's written in a singular string ie `@team#channel`
- also made this work with auto complete
- doesn't bug out if you do `/j @person` (with a space at the end) (which it
previously thought was a team + channel, with empty channel name
5 years ago
Casper Weiss Bang
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
5 years ago
Gregory Rudolph
a73e52d3a3
ReplaceAll reduced to Replace to avoid requiring go1.12+
5 years ago
Gregory Rudolph
4d24c38fe8
Go fmt
5 years ago
Gregory Rudolph
218c9812c3
Merge pull request #4 from haukened/dev
...
added support for @ mentions
5 years ago
Gregory Rudolph
2650e06f2d
First step to configurations
5 years ago
Gregory Rudolph
c1e0e1452a
Don't try to edit other peoples messages
5 years ago
Gregory Rudolph
301ead6e3a
Change from BufferLines() to Buffer() to get rid of spaces at line breaks
5 years ago
Gregory Rudolph
39cb8f2519
Wallet cmd for sending transactions etc
5 years ago
David Haukeness
92992e7c7a
added support for @ mentions
5 years ago
Gregory Rudolph
5cc22635ee
Remove unused layout2()
5 years ago
Gregory Rudolph
5915f6e276
Merge pull request #2 from haukened/dev
...
Tab completion from PR
5 years ago
David Haukeness
3579f1648d
updated to also add channel names in addition to topics
5 years ago
David Haukeness
ccf2136a61
fixed condition where blank lcp would create never ending strings
5 years ago
David Haukeness
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
5 years ago
Gregory Rudolph
2b018ebc76
Update chat if reactions occur: Prep for showing reactions in PS1
5 years ago
Gregory Rudolph
6a8118b187
Show where reaction takes place
5 years ago
Gregory Rudolph
eada3db4d0
gocui update to use BufferLines() versus Line
5 years ago
Gregory Rudolph
a7b169c8ea
Enable reply by default
5 years ago
Gregory Rudolph
156bbf6c7a
Add cmdReply
5 years ago
David Haukeness
9c92a64bf4
working PoC tab completion, currently writes to Feed
5 years ago
Gregory Rudolph
b97068ad20
Merge branch 'awesome-gocui' of https://github.com/Rudi9719/kbtui into dev
5 years ago
Gregory Rudolph
b309df7d52
Merge kbtui/dev into kbtui/awesome-gocui for support
5 years ago
Gregory Rudolph
8dca80b0df
Merge pull request #1 from mjarkk/fix-startup-bug
...
fix startup bug, changed the unknown view check
5 years ago
Gregory Rudolph
45a4dd59f9
Too many terminal bells, put the \a in the wrong spot
5 years ago
Gregory Rudolph
1f016ca09a
Added titles to feed and channels, as well as ring terminal bell when feed is populated
5 years ago
mjarkk
7552d2bbbe
Changed the unknown view check
5 years ago
Gregory Rudolph
21f2d29289
Add ShowReactions to basic commands
5 years ago
Gregory Rudolph
80ecb530d4
Set inputView title when out of chat
5 years ago
Gregory Rudolph
502467a162
Updated readme to remove old command and update build instructions
5 years ago
Gregory Rudolph
f37739ed70
Formatting
5 years ago
Gregory Rudolph
3da9fd0390
Popup funcs and edit view input handler
5 years ago
Gregory Rudolph
ed1edb4042
Simplified editing with popup funcs in main
5 years ago
Gregory Rudolph
9d7ca47595
No more auto-react
5 years ago
Gregory Rudolph
6aa1302bbe
Add editView (WIP) and funcs to set viewTitle/popup a view
5 years ago
Gregory Rudolph
4a49ae20cf
Update input title on join
5 years ago
Gregory Rudolph
3abf2e0235
Import awesome-gocui
5 years ago
Gregory Rudolph
ba07cb6773
Changes to main for debugging awesome-gocui
5 years ago
Gregory Rudolph
46a2a33ed5
Update mage file
5 years ago
Gregory Rudolph
12a5722d3b
New clean command for messed up windows
5 years ago
Gregory Rudolph
da822c4876
Update magefile to build all commands without type commands
5 years ago
Gregory Rudolph
cae7510efd
Updated mage allcommands to actually build all commands
5 years ago
Gregory Rudolph
0599824933
Build changes
5 years ago
Gregory Rudolph
7cd87a556a
Exclude by default
5 years ago
Gregory Rudolph
cf97bdfd14
Revert and clean
5 years ago