140 Commits (33a68670c9bbea9f8c8d89bd4c6f8c5a147eb14c)

Author SHA1 Message Date
Sam 33a68670c9 Clean up colors, clean up config, make config actually be used, add default config 5 years ago
Gregory Rudolph 55ac19beb3
Auto load config TOML from #17 5 years ago
Casper Weiss Bang 439f09aa1c Mo' colors 5 years ago
Gregory Rudolph acf822e5a1
Add origin to moveCursorToEnd() 5 years ago
Gregory Rudolph 5eb23ff993
Bug #24: Cursor now moves to end of message 5 years ago
Gregory Rudolph e084c16ba8
Bugfix #24: Set cursor of popupView to 0,0 to avoid strange input bugs 5 years ago
Gregory Rudolph 2dd635669c
Linting code 5 years ago
Gregory Rudolph 707195232e
Better attachment handling after PR to samhofi.us/x/keybase 5 years ago
Gregory Rudolph 09c207d4be
Bugfix: extra junk after +/- commands cause crash #20 5 years ago
David Haukeness dffff400ff
changed handleTab() to accomodate viewName 5 years ago
David Haukeness 5ed7cb6972
moved all tabcomplete to external file 5 years ago
David Haukeness 5aeb62ef18
moved tab completion to separate file, updated handleTab() to new structure. Created new global to hold a copy of the tab completion slice thats always up to date instead of generating each time, hooked completion options updates into view updates and channel join activity. 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 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 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 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
David Haukeness c621de57ca
removed debig line and changed to return empty slice 5 years ago
David Haukeness 5db54c9934
updated to pull channel members 5 years ago
David Haukeness 60c55b69bc
gofmt 5 years ago
David Haukeness f61d212272
updated to restore original view title on enter 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
Casper Weiss Bang d536cbd6cd Fixed bugs regarding the join command 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 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
David Haukeness c3104b3695
gofmt changes 5 years ago
Gregory Rudolph 301ead6e3a Change from BufferLines() to Buffer() to get rid of spaces at line breaks 5 years ago
David Haukeness 5c168158d8
added logic for emoji tab completion 5 years ago
David Haukeness 92992e7c7a
added support for @ mentions 5 years ago
Gregory Rudolph 5cc22635ee Remove unused layout2() 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 5 years ago
Gregory Rudolph eada3db4d0 gocui update to use BufferLines() versus Line 5 years ago
David Haukeness 9c92a64bf4 working PoC tab completion, currently writes to Feed 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 80ecb530d4 Set inputView title when out of chat 5 years ago
Gregory Rudolph 3da9fd0390 Popup funcs and edit view input handler 5 years ago
Gregory Rudolph 6aa1302bbe Add editView (WIP) and funcs to set viewTitle/popup a view 5 years ago