Gregory Rudolph
425bee3749
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev
5 years ago
Gregory Rudolph
b938962340
Create CONTRIBUTING.md
...
Github suggested I add this, so why not
5 years ago
Gregory Rudolph
cc129d466f
Show command used instead of hardcoded reply
5 years ago
Gregory Rudolph
931582ed67
Use cmdPrefix instead of hardcoded /
5 years ago
Gregory Rudolph
05764f85d9
Bugfix similar to #19
5 years ago
Gregory Rudolph
dd634fd06b
Bugfix: another command crashes kbtui #19
5 years ago
Gregory Rudolph
09c207d4be
Bugfix: extra junk after +/- commands cause crash #20
5 years ago
David Haukeness
8f2b2110e0
propogated build errors to top level. Fixes bug issue #11 'build doesn't return correct status code'
5 years ago
Gregory Rudolph
d07156402b
Bugfix: Input crashes kbtui #13
5 years ago
Gregory Rudolph
fb1bb0c0fa
Remove emojilist
5 years ago
Gregory Rudolph
9bb1bb60bd
Odd bug with attachments displaying a random message, squashed.
5 years ago
Gregory Rudolph
80d2f79379
Color date same as time for users who separate the two
5 years ago
Gregory Rudolph
ec5c14d2cd
Better error handling
5 years ago
Gregory Rudolph
b55359ceed
Remove go fmt
5 years ago
Gregory Rudolph
209a94614b
Ignore emojiList.go, and auto gofmt it.
5 years ago
Gregory Rudolph
f7a0368665
Feature: Allow relative paths for file upload
5 years ago
Gregory Rudolph
2544c4db9e
Update wall help
5 years ago
Gregory Rudolph
aca97bf503
Increase size of wallet confirmation code
5 years ago
Gregory Rudolph
3b0711a782
Feature: Up arrow to edit previous message
5 years ago
Gregory Rudolph
09953ead7d
Bugfix where PMs wouldn't auto-update chat view
5 years ago
Gregory Rudolph
d528568137
Fix bug where Ctrl+C in edit will close kbtui rather than return to regular views
5 years ago
Gregory Rudolph
03969db8a9
Fix write to feed to be print instead
5 years ago
Gregory Rudolph
a974bc90c5
We have colour now
5 years ago
Gregory Rudolph
b212310ec4
Clean up unused else statement
5 years ago
Gregory Rudolph
9fbf0c52f2
Refactor delete_empty as per Go naming conventions
5 years ago
Gregory Rudolph
3a3fe225ba
Merge cleanup and dev
5 years ago
Gregory Rudolph
7e71e4fc05
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev
...
README.md updated by web
5 years ago
Gregory Rudolph
1f37dfc0b1
Update README.md
5 years ago
Gregory Rudolph
1aac6fc7ce
Bugfix: Empty command crashes the program #9
5 years ago
Gregory Rudolph
077aff0928
Cleaning up
5 years ago
Gregory Rudolph
8e6724bdb6
refactor viewTitle() to setViewTitle()
5 years ago
Gregory Rudolph
dc52c48d99
Why not ¯\_(ツ)_/¯
5 years ago
Gregory Rudolph
fc7637150d
Added and fmt'd emojiList.go
5 years ago
David Haukeness
c621de57ca
removed debig line and changed to return empty slice
5 years ago
David Haukeness
de2eb36817
Merge remote-tracking branch 'upstream/dev' into dev
5 years ago
David Haukeness
5db54c9934
updated to pull channel members
5 years ago
Gregory Rudolph
585e439908
Update stream to show you're in the stream
5 years ago
David Haukeness
60c55b69bc
gofmt
5 years ago
David Haukeness
f61d212272
updated to restore original view title on enter
5 years ago
David Haukeness
496c5a5384
Merge remote-tracking branch 'upstream/dev' into emoji-tab-complete
5 years ago
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
David Haukeness
00a8865ea6
prelim emoji tab completion with window title options
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
David Haukeness
134b90ca6a
resolving upstream merge confilict
5 years ago
Gregory Rudolph
a73e52d3a3
ReplaceAll reduced to Replace to avoid requiring go1.12+
5 years ago