689c6d9181
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev
2019-10-18 08:06:17 -04:00
d23901c90e
Create LICENSE
2019-10-18 08:06:06 -04:00
425bee3749
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev
2019-10-18 08:03:36 -04:00
b938962340
Create CONTRIBUTING.md
...
Github suggested I add this, so why not
2019-10-18 08:03:22 -04:00
cc129d466f
Show command used instead of hardcoded reply
2019-10-18 07:42:07 -04:00
931582ed67
Use cmdPrefix instead of hardcoded /
2019-10-18 07:40:47 -04:00
05764f85d9
Bugfix similar to #19
2019-10-18 07:40:14 -04:00
dd634fd06b
Bugfix: another command crashes kbtui #19
2019-10-18 07:33:29 -04:00
09c207d4be
Bugfix: extra junk after +/- commands cause crash #20
2019-10-18 07:27:09 -04:00
8f2b2110e0
propogated build errors to top level. Fixes bug issue #11 'build doesn't return correct status code'
2019-10-17 13:52:23 -06:00
d07156402b
Bugfix: Input crashes kbtui #13
2019-10-17 13:21:00 -04:00
fb1bb0c0fa
Remove emojilist
2019-10-17 11:03:28 -04:00
9bb1bb60bd
Odd bug with attachments displaying a random message, squashed.
2019-10-17 10:33:37 -04:00
80d2f79379
Color date same as time for users who separate the two
2019-10-17 10:32:08 -04:00
ec5c14d2cd
Better error handling
2019-10-17 10:31:51 -04:00
b55359ceed
Remove go fmt
2019-10-17 10:01:03 -04:00
209a94614b
Ignore emojiList.go, and auto gofmt it.
2019-10-17 09:55:23 -04:00
f7a0368665
Feature: Allow relative paths for file upload
2019-10-17 09:38:22 -04:00
2544c4db9e
Update wall help
2019-10-17 09:27:13 -04:00
aca97bf503
Increase size of wallet confirmation code
2019-10-17 09:24:29 -04:00
3b0711a782
Feature: Up arrow to edit previous message
2019-10-17 08:54:37 -04:00
09953ead7d
Bugfix where PMs wouldn't auto-update chat view
2019-10-17 08:50:54 -04:00
d528568137
Fix bug where Ctrl+C in edit will close kbtui rather than return to regular views
2019-10-17 08:45:16 -04:00
03969db8a9
Fix write to feed to be print instead
2019-10-17 08:39:05 -04:00
a974bc90c5
We have colour now
2019-10-17 08:20:27 -04:00
b212310ec4
Clean up unused else statement
2019-10-17 08:20:20 -04:00
9fbf0c52f2
Refactor delete_empty as per Go naming conventions
2019-10-16 19:58:33 -04:00
3a3fe225ba
Merge cleanup and dev
2019-10-16 19:53:58 -04:00
7e71e4fc05
Merge branch 'master' of https://github.com/Rudi9719/kbtui into dev
...
README.md updated by web
2019-10-16 19:49:24 -04:00
1f37dfc0b1
Update README.md
2019-10-16 19:49:06 -04:00
1aac6fc7ce
Bugfix: Empty command crashes the program #9
2019-10-16 19:45:01 -04:00
077aff0928
Cleaning up
2019-10-16 19:34:50 -04:00
8e6724bdb6
refactor viewTitle() to setViewTitle()
2019-10-16 19:24:06 -04:00
dc52c48d99
Why not ¯\_(ツ)_/¯
2019-10-16 16:41:58 -04:00
fc7637150d
Added and fmt'd emojiList.go
2019-10-16 15:37:17 -04:00
c621de57ca
removed debig line and changed to return empty slice
2019-10-16 13:26:31 -06:00
de2eb36817
Merge remote-tracking branch 'upstream/dev' into dev
2019-10-16 13:18:27 -06:00
5db54c9934
updated to pull channel members
2019-10-16 13:17:51 -06:00
585e439908
Update stream to show you're in the stream
2019-10-15 12:07:59 -04:00
60c55b69bc
gofmt
2019-10-15 09:54:10 -06:00
f61d212272
updated to restore original view title on enter
2019-10-15 09:33:56 -06:00
496c5a5384
Merge remote-tracking branch 'upstream/dev' into emoji-tab-complete
2019-10-15 09:04:06 -06:00
10ada5cd5f
Go fmt
2019-10-15 07:39:20 -04:00
cdc35483c6
Bugfix: Show user device instead of username twice, and show date post coloring
2019-10-15 07:31:03 -04:00
3b0a969259
Merge branch 'dev' of https://github.com/Rudi9719/kbtui into dev
2019-10-15 07:23:19 -04:00
b8ae3603e0
Merge pull request #6 from C0DK/fix-join
...
Fix "bugs" with join
2019-10-15 07:06:40 -04:00
86b4eea4c0
Merge pull request #5 from C0DK/master
...
Pulling into dev for testing
2019-10-15 05:39:42 -04:00
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
2019-10-15 11:21:08 +02:00
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