Christian Muehlhaeuser
6eb0209d13
chore: bump termenv, lipgloss, x/term
2023-04-04 13:27:12 +02:00
Christian Muehlhaeuser
35c31f2168
chore: bump console dep
2023-03-13 18:09:44 +01:00
dependabot[bot]
388c67d573
feat(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 ( #674 )
2023-02-23 16:29:25 +00:00
Glenn Gonda
4880cf2a09
docs: fix typos and clean up comments
2023-02-19 08:45:22 -05:00
Christian Rocha
1ad9f9c15c
chore(deps): bump termenv and go-isatty
...
Also bump various deps in tutorials and examples
2023-02-08 10:04:56 -05:00
Christoffer Åström
e95e1a0db5
feat: `sequence` support `BatchMsg`
2023-02-07 10:06:46 -05:00
BoilingSoup
d7bc683260
fix typo
2023-02-06 10:24:24 -05:00
Martin Dosch
2d10416631
[codespell]: Fix typos.
2022-11-03 12:55:31 -04:00
Christian Muehlhaeuser
39381647f1
docs: new readme footer
2022-10-24 10:13:38 +02:00
Benjamin DeCoste
aba3cec050
docs: fix code in commands tutorial ( #501 )
2022-10-12 05:45:51 +02:00
Christian Muehlhaeuser
6b77c8fc10
chore: rename StartReturningModel to Run
...
Added aliases for the old functions, but deprecated them.
2022-10-08 01:34:17 +02:00
Christian Muehlhaeuser
22d15efad7
chore: clean up linter errors in examples
2022-10-08 00:56:56 +02:00
Christian Muehlhaeuser
6c449e55bf
feat: use Termenv.Output to write to tty
2022-09-27 02:49:36 +02:00
freddysilber
5c4218e5f6
chore: fix typos in `tutorials/commands/README.md`
...
* chore: fixes typos in `tutorials/commands/README.md`
2022-09-26 15:58:52 -04:00
Christian Rocha
a7d6b5cd70
docs(tutorials): fix typo in basics tutorial and move a paragraph
2022-09-14 22:13:47 -04:00
Christian Rocha
1a0beff868
chore: use go 1.16 ( #449 )
...
* chore: use go 1.16 and gofmt accordingly
* chore: also update examples and tuts to go 1.16
2022-09-14 19:08:36 -04:00
Christian Rocha
bf3996256b
docs: readme improvements ( #448 )
...
* docs: fix hierarchy in literate version of the basics tutorial
* docs: small correction to comment in literate tutorial
* docs: improve wording in logging section of the README
* docs: fix spelling (thanks maas)
2022-09-12 10:27:39 -04:00
bashbunni
d0f3e1e052
fix: fix typos
2022-09-12 09:33:31 -04:00
bashbunni
14422f5357
docs: move tutorial back to README
2022-09-12 09:33:31 -04:00
mattn
6b685056fc
fix: support multi-byte strings on Windows ( #343 )
...
* convert locale string to utf-8 on Windows
* update go.mod
* revert go fmt ./...
* fix(lint): use tabs in GoDoc example code
Co-authored-by: Christian Rocha <christian@rocha.is>
2022-08-19 09:25:22 -07:00
Christian Muehlhaeuser
ca333e7d79
chore: bump go-isatty dep
2022-08-15 12:26:30 +02:00
dependabot[bot]
ac4a1a1faa
feat(deps): bump github.com/muesli/cancelreader from 0.2.1 to 0.2.2 ( #354 )
...
* feat(deps): bump github.com/muesli/cancelreader from 0.2.0 to 0.2.2
Bumps [github.com/muesli/cancelreader](https://github.com/muesli/cancelreader ) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/muesli/cancelreader/releases )
- [Commits](https://github.com/muesli/cancelreader/compare/v0.2.0...v0.2.2 )
---
updated-dependencies:
- dependency-name: github.com/muesli/cancelreader
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: examples
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2022-07-21 10:02:18 -03:00
bashbunni
219ed4ed09
docs: link to tutorial + general README edits ( #344 )
...
* docs: clean up readme
* chore: add references
* chore: set to 80 char width
* docs: remove 404 docs link for now + tidy up READMEs
* docs: small language change in README
Co-authored-by: Christian Rocha <christian@rocha.is>
2022-07-19 16:23:37 -07:00
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 Rocha
04d68b8e3e
chore(examples): bump bubbles dependency
2022-06-01 18:47:09 -07:00
Christian Muehlhaeuser
515ef02733
Move cancelreader into a separate package
2022-04-05 20:41:21 +02:00
Imran H
9bfdb9fb3f
Fix typos in README.md ( #254 )
2022-03-12 02:08:33 +01:00
Christopher Stingl
a57af578f0
fix: minor `tea.Cmd` tutorial syntax typo
...
`errMsg(err)` -> `errMsg{err}`
Just noticed this while reading over the tutorial docs and figured I'd throw up a quick PR to address it.
Really enjoying the tooling so far, thank you for creating it!
2022-02-28 17:20:49 -05: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 Muehlhaeuser
a6f46172ec
Fix source link in Commands tutorial
2022-01-26 02:16:11 +01:00
Christian Rocha
99ba63fe8a
Bump main, example, and tutorial dependencies
2022-01-13 11:41:09 -05:00
Rick Booth
03c08875b3
Fix links in commands README
2021-12-29 23:25:34 +01:00
mikecoop83
dc7063bbec
Remove extra word in commands README
2021-11-21 14:17:06 -05:00
Christian Rocha
6dc000bdbd
Examples and tutorials: update dependencies and go mod tidy
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
9d0e1db101
Tidy up tutorials
2021-09-07 15:38:47 -04:00
Carlos Alexandro Becker
60ddf33992
fix: avoid global state ( #126 )
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2021-09-04 13:48:46 -03:00
Christian Rocha
67625b480e
Bump deps in commands to fix builds
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
ab65f2391f
Bump bubbletea dependency for examples & tutorials
2021-04-03 02:03:23 +02:00
Christian Muehlhaeuser
92a795256a
go mod tidy
2021-02-25 10:49:33 -05:00
Kyosuke Fujimoto
3aa00243ff
Fix links in documents
2020-11-03 23:26:24 -05:00
SuperPaintman
216b195175
Update `go.mod` in examples and tutorial
2020-11-03 20:19:53 -05:00
Christian Rocha
413776f017
Fix return value int Init() in standalone basics tutorial too
2020-10-17 09:46:22 -04:00
Christian Rocha
75e31d0a68
Minor improvement to Reflow description
2020-10-17 00:48:51 -04:00
Christian Rocha
e7d56cf1b0
Fix copypasta in basics tutorial
2020-10-16 23:07:31 -04:00
Christian Rocha
cb0d9dc6d9
Synchronize lib section in basics tutorial with readme
2020-10-16 11:58:01 -04:00