Commit Graph

41 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
ca32c4c628 feat: update cancelreader (#353)
* feat: update cancelreader

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

* fix: go mod tidy

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

* fix: go mod tidy

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>

* fix: use stable

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-06-23 09:19:36 -03:00
Christian Muehlhaeuser
515ef02733 Move cancelreader into a separate package 2022-04-05 20:41:21 +02:00
Carlos Alexandro Becker
62259b72e5 feat: update x/sys (#235)
* feat: update x/sys

current version breaks builds for windows/arm64

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: examples go.sum

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: tutorials go.sum

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-02-19 16:25:49 -03:00
Christian Rocha
7241e910ec Bump containerd/console 2022-02-15 10:02:56 -05:00
Christian Muehlhaeuser
4d1d1ee021 chore: bump lipgloss and termenv 2022-02-14 23:20:51 +01:00
Christian Muehlhaeuser
77e63ac890 Bump termenv to v0.11.0 2022-01-31 23:04:37 +01:00
Christian Rocha
99ba63fe8a Bump main, example, and tutorial dependencies 2022-01-13 11:41:09 -05:00
Christian Rocha
e52d1f1e90 Bump reflow, termenv and go-isatty 2021-10-28 09:45:43 -04:00
Christian Muehlhaeuser
c29912c179 Enable ANSI compressor
With this change all ANSI output will be piped through an ANSI compressor that
eliminates redundant ANSI sequences. As such the compressor can be considered
"lossless".
2021-10-28 09:45:43 -04:00
Christian Rocha
863e2ad74e Bump containerd/console to v1.0.2 2021-08-02 10:50:04 -04:00
Tobias Klauser
295f7bd246 Use golang.org/x/term
The golang.org/x/crypto/ssh/terminal package is deprecated and merely a
wrapper around golang.org/x/term. Use the latter directly and avoid the
dependency on the former altogether.
2021-04-29 15:05:50 +02:00
Christian Muehlhaeuser
72ce94f47d Bump termenv to v0.8.1 2021-04-03 01:43:33 +02:00
Christian Rocha
e9efdf841b Bump reflow for updated go-runewidth 2021-01-15 12:36:59 -05:00
Christian Rocha
1f6191c671 Automatically trim lines wider than the window width 2021-01-14 20:14:39 -05:00
Christoph Hartmann
e84314c622 allow custom input and handle eof for os.input properly
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2020-12-30 17:59:00 -05:00
Christian Rocha
eb919b622f Use containerd/console for raw mode to get arrow key support on Windows 2020-10-13 15:41:48 -04:00
Christian Rocha
4d14af713f Remove pkg/term dependency 2020-10-13 12:55:38 -04:00
Christian Rocha
9c9a92c349 Add Windows support 2020-10-12 23:14:55 -04:00
Christian Rocha
4390b305ef Update dependencies 2020-10-02 13:19:59 -04:00
Christian Rocha
8f69da6ba0 Udpate Termenv to 0.7.2 2020-08-22 11:23:25 -04:00
Christian Rocha
8838839847 Bump Termenv to 0.7.0 2020-08-19 14:11:02 -04:00
Christian Rocha
a784aa32ca Bump bubbles in examples and remove NewModel function in pager example 2020-07-29 20:07:26 -04:00
Christian Rocha
8d26b4ebd7 Use mouse consts in termenv 2020-06-25 12:42:31 -04:00
Christian Rocha
719d246edd Bump dependencies 2020-06-22 13:54:16 -04:00
Christian Rocha
090c983bd5 Bump termenv and futher integrate it into terminal controls 2020-06-17 11:17:41 -04:00
Christian Rocha
35731d4046 Bump termenv dependency 2020-05-26 13:04:56 -04:00
Christian Rocha
3b8b011b5a Rename to Bubble Tea (with the import name tea) 2020-05-25 19:48:36 -04:00
Christian Rocha
15e623358e Bump dependencies, namely github.com/pkg/term 2020-05-21 22:31:39 -04:00
Christian Rocha
82ddbb8e12 Move components over and update examples 2020-05-12 17:06:00 -04:00
Christian Rocha
4bf40fbe62 Rename project to Boba 2020-05-12 16:39:08 -04:00
Christian Rocha
39ec5b5233 Bump termenv with fix for redraws on mosh, konsole 2020-04-30 19:29:59 -04:00
Christian Rocha
58a047c2ac Bump termenv to v0.5.0 2020-03-31 11:18:42 -04:00
Christian Rocha
87ff36e345 Bump termenv dependency 2020-03-27 12:14:23 -04:00
Christian Muehlhaeuser
f382f4db4a Move ansi helpers to termenv 2020-01-31 13:52:20 +01:00
Christian Rocha
29799c3151 Go mod tidy 2020-01-25 22:22:28 -05:00
Christian Rocha
651b881a02 Update examples to use new subscription model 2020-01-25 21:28:16 -05:00
Christian Rocha
e1d4a14345 Commands should probably receive the model as an arg, right? 2020-01-20 10:35:03 -08:00
Christian Rocha
df52853f9d Use canonical module name and clean up go.mod/sum 2020-01-18 10:45:46 -05:00
Christian Rocha
4f42c502ed Fullscreen mode via altscreen + fullscreen example 2020-01-17 15:37:04 -05:00
Christian Rocha
b6c8792309 Multi-view example with progress bar 2020-01-14 13:47:36 -05:00
Christian Rocha
bee32ca733 Initial commit. First pass. 2020-01-10 16:02:04 -05:00