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
6 years ago
Gregory Rudolph
4d24c38fe8
Go fmt
6 years ago
Gregory Rudolph
301ead6e3a
Change from BufferLines() to Buffer() to get rid of spaces at line breaks
6 years ago
David Haukeness
92992e7c7a
added support for @ mentions
6 years ago
Gregory Rudolph
5cc22635ee
Remove unused layout2()
6 years ago
David Haukeness
3579f1648d
updated to also add channel names in addition to topics
6 years ago
David Haukeness
ccf2136a61
fixed condition where blank lcp would create never ending strings
6 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
6 years ago
Gregory Rudolph
eada3db4d0
gocui update to use BufferLines() versus Line
6 years ago
David Haukeness
9c92a64bf4
working PoC tab completion, currently writes to Feed
6 years ago
Gregory Rudolph
45a4dd59f9
Too many terminal bells, put the \a in the wrong spot
6 years ago
Gregory Rudolph
1f016ca09a
Added titles to feed and channels, as well as ring terminal bell when feed is populated
6 years ago
mjarkk
7552d2bbbe
Changed the unknown view check
6 years ago
Gregory Rudolph
80ecb530d4
Set inputView title when out of chat
6 years ago
Gregory Rudolph
3da9fd0390
Popup funcs and edit view input handler
6 years ago
Gregory Rudolph
6aa1302bbe
Add editView (WIP) and funcs to set viewTitle/popup a view
6 years ago
Gregory Rudolph
ba07cb6773
Changes to main for debugging awesome-gocui
6 years ago
Gregory Rudolph
d83fa7f5ae
Code formatting
6 years ago
Sam
0eba7f9abb
First pass at type commands
6 years ago
Gregory Rudolph
18a29973f8
Add special character - for del cmd
6 years ago
Gregory Rudolph
5068fd62e1
Formatting cleanup
6 years ago
Gregory Rudolph
f9bb61cbc3
Allow users to join channel by supplying args
6 years ago
Gregory Rudolph
43bb85438f
Formatting
6 years ago
Gregory Rudolph
b71aa1f865
Allow attachments and add support for dev runopt
6 years ago
Gregory Rudolph
ccb26f2b87
Fix issue where opening NEW chats with some users causes crashing
6 years ago
Gregory Rudolph
898b6369aa
Update helptext + download?
6 years ago
Gregory Rudolph
87105ef9f1
Break userConfigs out of main.go for easier configuration
6 years ago
Gregory Rudolph
a459f62cdf
Yeet haw, downloads are working and some edits were made to reactions
6 years ago
Gregory Rudolph
8cb0950c25
Happiness
6 years ago
Gregory Rudolph
2cd5db047e
Breakout react
6 years ago
Gregory Rudolph
3662c6e09d
Cleanup
6 years ago
Gregory Rudolph
c62aeb2b01
Globalization
6 years ago
Sam
47689ecf9b
Add help command
6 years ago
Gregory Rudolph
7ea350789e
Command breakouts for join and upload
6 years ago
Sam
8af4218aae
Fix missing slice size
6 years ago
Sam
8266c1f6e7
Add baseCommands
6 years ago
Sam
c4c209fb88
New command stuff
6 years ago
Sam
6e8704b954
Add command prefix constant
6 years ago
Sam
4f7655dfd6
go fmt
6 years ago
Gregory Rudolph
1b64bb43e7
Finish sendChat update
6 years ago
Gregory Rudolph
bdab5d1920
Added error check on sendChat
6 years ago
Gregory Rudolph
a9a1371706
React to message other than previous using ID
6 years ago
Gregory Rudolph
75bfb3a690
Don't post current chat to feed
6 years ago
Gregory Rudolph
9dd2c5c958
Spacing out configurable section and removing warning for small teams since general is tried on failure
6 years ago
Gregory Rudolph
35bdb9f166
Bugfix: Big teams messages were bleeding into chat feed causing confusion
6 years ago
Gregory Rudolph
8f61d68196
Bugfix, JAN doesn't seem to work for date format. Corrected to Jan
6 years ago
Gregory Rudolph
7017b2e919
Comment to explain Go format breakdown
6 years ago
Gregory Rudolph
314461f5e6
Auto general teams
6 years ago
Gregory Rudolph
525ce827b8
Handle invalid channel error
6 years ago
Gregory Rudolph
cf1ae3e314
Whoops..
6 years ago