Christian Rocha
989d49f3e6
feat: add Sequence for running commands in order. Closes #413 .
...
This deprecates Sequentially.
2022-08-30 13:07:05 -07:00
Christian Muehlhaeuser
1e1b5f716d
chore: gofmt sources
2022-08-15 12:25:55 +02:00
Carlos Alexandro Becker
97050569c9
docs: improve godoc on tick and every ( #320 )
...
* docs: improve godoc on tick and every
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
* docs: small improvements
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
* docs: add loop examples for Tick/Every in GoDocs
* docs: small wording adjustments
* docs: small copy edits
Co-authored-by: Christian Rocha <christian@rocha.is>
2022-05-29 21:40:57 -03:00
Ajeet D'Souza
7d18632ca5
fix: handle nil cmds in tea.Sequentially ( #214 )
2022-02-01 22:52:49 -03:00
Carlos Alexandro Becker
a0c6074bbb
Add a tea.Sequentially command
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-01-17 13:14:40 -05:00
Christian Rocha
d1c791be98
Fix another typo in a comment
2020-10-12 10:59:36 -04:00
Christian Rocha
7efa31996d
Fix a typo in a comment
2020-10-12 10:57:06 -04:00
kiyon
780db1e32f
fix typo
2020-10-12 02:34:16 +02:00
Christian Rocha
6fcdf9908f
Improve examples in docs
2020-07-30 11:30:33 -04:00
Christian Rocha
6bd34bdd14
Remove commands for manually getting terminal size; no longer needed
...
Tea core now sends the terminal dimensions on start and when the window
is resized (except on Windows where SIGWINCH, the resize signal, is not
supported).
2020-06-18 22:47:17 -04:00
Christian Rocha
5ccb786eec
Um, the package is called Bubble Tea, thank-you-very-much
2020-06-11 19:34:08 -04:00
Christian Rocha
55a8d1853e
Comments
2020-06-08 12:48:57 -04:00
Christian Rocha
3b8b011b5a
Rename to Bubble Tea (with the import name tea)
2020-05-25 19:48:36 -04:00
Christian Muehlhaeuser
cd4e02b1a8
Simplify code a bit
2020-05-25 14:12:30 +02:00
Christian Rocha
61285e4e90
Disable OnResize command on Windows
2020-05-18 11:44:58 -04:00
Christian Rocha
d2ae1b0fb7
Add command for listening for window resizes
2020-05-17 19:28:12 -04:00
Christian Rocha
db4600aeb2
Add a command and message for getting terminal size
...
There may be too much rigamarole around this (it's simpler to get the size
imperatively and synchronously) but adding it for now.
2020-05-14 10:49:08 -04:00