bubbletea/examples
Max ebabec7008
feat: print unmanaged output above the application (#249)
* merge Adjective-Object/tea_log_renderer into standard renderer

* rename queuedMessages -> queuedMessageLines & break apart strings during message processing

* delete cursorDownBy

* += 1 -> ++ to make the linter happy

* add skipLines[] tracking back to standard renderer, and add rename skippedLines local to jumpedLines to clarify they are separate comments

* request repaint when a message is recieved

* Convert Println and Printf to commands

* Add package manager example demonstrating tea.Printf

* Use Unix instead of UnixMicro for Go 1.13 support in CI

* fix off by one in std renderer

* add Printf/Println to tea.go

* revert attempt at sequence compression + cursorUpBy

Co-authored-by: Maxwell Huang-Hobbs <mahuangh@microsoft.com>
Co-authored-by: Christian Rocha <christian@rocha.is>
2022-06-22 12:53:02 -04:00
..
altscreen-toggle Use termenv's EnvColorProfile, which respects NO_COLOR and CLICOLOR_FORCE env vars 2022-02-06 04:24:31 +01:00
credit-card-form Example: Credit Card Input Form (#338) 2022-06-13 09:39:01 -04:00
exec docs: default to vim if no EDITOR on exec example (#325) 2022-06-02 15:12:31 -03:00
fullscreen Add ProgramOptions for entering the altscreen and enabling the mouse 2021-06-02 14:49:54 -04:00
glamour Add a border to the Glamour example per the viewport API update 2022-01-13 12:49:20 -05:00
help Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
http Clean up and normalize examples 2021-05-01 09:33:13 -04:00
list-default fix: use more bulletproof GetFrameSize() list examples 2022-03-17 16:33:21 -04:00
list-fancy fix: use more bulletproof GetFrameSize() list examples 2022-03-17 16:33:21 -04:00
list-simple Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
mouse Add ProgramOptions for entering the altscreen and enabling the mouse 2021-06-02 14:49:54 -04:00
package-manager feat: print unmanaged output above the application (#249) 2022-06-22 12:53:02 -04:00
pager Cleanup header/footer rendering in pager example with Lip Gloss 2022-01-13 12:49:20 -05:00
paginator Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
pipe Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
progress-animated Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
progress-download docs: add another progress bar example (#270) 2022-06-15 11:55:47 -07:00
progress-static Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
realtime Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
result Update result example to use StartReturningModel 2022-01-10 21:00:29 -05:00
send-msg Simplify send-msg example 2022-02-08 18:01:35 +01:00
simple Fix more typos in examples (#102) 2021-05-28 19:45:17 +02:00
spinner Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
spinners Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
stopwatch Add stopwatch example 2022-01-13 11:53:46 -05:00
textinput Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
textinputs Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
timer Rename 'countdown' example to 'timer' and use timer Bubble 2022-01-13 11:53:14 -05:00
tui-daemon-combo Migrate from NewModel() to New() in examples for Bubbles-related stuff 2022-01-13 13:20:18 -05:00
views Use termenv's EnvColorProfile, which respects NO_COLOR and CLICOLOR_FORCE env vars 2022-02-06 04:24:31 +01:00
go.mod Example: Credit Card Input Form (#338) 2022-06-13 09:39:01 -04:00
go.sum Example: Credit Card Input Form (#338) 2022-06-13 09:39:01 -04:00