Commit Graph

  • 4e2643f318 Make sure we pass our mutex by reference Christian Rocha 2021-02-26 15:11:23 -05:00
  • 65cb46c475 Remove notes about how we'd auto-truncate lines as we're doing that now Christian Rocha 2021-02-25 12:10:36 -05:00
  • 3266c3654b Avoid race on renderer.buf in flush vs. write Carl Henrik Lunde 2021-02-25 07:32:02 +01:00
  • 92a795256a go mod tidy Christian Muehlhaeuser 2021-02-25 08:43:37 +01:00
  • 91bd232fe2 Add example illustrating how to send messages via channels in realtime Christian Rocha 2021-02-09 14:23:15 -05:00
  • dd6a0a092e Bump deps in examples Christian Rocha 2021-02-06 19:16:50 +00:00
  • d3267e8ce0 Remove logging in text input example Christian Rocha 2021-02-06 19:15:42 +00:00
  • 133a315b2c Remove double import in textinput example + make a var name less weird Christian Rocha 2021-02-06 19:14:38 +00:00
  • 479a1ceb35 Add space after prefix if one doesn't exist Christian Rocha 2021-02-01 15:19:50 -05:00
  • ef8a6895a1 docs: Added ticker to list of things built with Bubble Tea Ani Channarasappa 2021-01-30 11:53:28 -05:00
  • 88e11cf709 Add tasktimer and STTG to list of things built with Bubble Tea Christian Rocha 2021-01-19 11:21:42 -05:00
  • a0c6074bbb Add a tea.Sequentially command Carlos Alexandro Becker 2021-01-17 12:10:35 -03:00
  • b65205a7e5 Unused params Carlos Alexandro Becker 2021-01-17 11:55:10 -03:00
  • b2d948b53c Fixed a couple of typos Carlos Alexandro Becker 2021-01-17 11:53:47 -03:00
  • e9efdf841b Bump reflow for updated go-runewidth Christian Rocha 2021-01-15 12:36:59 -05:00
  • 0e32261508 Improve README in dark mode Christian Rocha 2021-01-15 12:36:08 -05:00
  • 1f6191c671 Automatically trim lines wider than the window width Christian Rocha 2021-01-14 17:42:02 -05:00
  • 505b826b8a Add fork-cleaner to list of projects using Bubble Tea Christian Rocha 2021-01-14 17:52:10 -05:00
  • cb8e9023eb Update Bubble dependecy in examples Christian Rocha 2021-01-13 18:27:49 -05:00
  • 98f449bb08 List a couple more tools built with Bubble Tea Christian Rocha 2021-01-13 18:06:22 -05:00
  • df0da42954 Add progressbar example Christian Rocha 2021-01-12 18:13:29 -05:00
  • 9f04c936da Always listen for SIGINT Christian Rocha 2021-01-11 16:33:14 -05:00
  • 64da3bcf7a Use correct output when enabling ANSI colors on Windows (see #39) Christian Rocha 2020-12-30 22:08:38 -05:00
  • c4aeadd762 Generalize output from an *os.File to an io.Writer Christian Rocha 2020-12-29 22:21:17 -05:00
  • e84314c622 allow custom input and handle eof for os.input properly Christoph Hartmann 2020-12-23 18:56:13 +01:00
  • bc06e8d2e0 Fix wording in, and generally improve, a comment Christian Rocha 2020-12-14 20:24:17 -05:00
  • 01cb02ddd1 Correct help in spinners demo (see #38) Christian Rocha 2020-12-07 17:38:20 -05:00
  • 8e01f5f58a Add command for hiding the cursor Christian Rocha 2020-12-03 10:44:10 -05:00
  • 6d70abd7d5 When showing/hiding the cursor operate on the program's io.Writer Christian Rocha 2020-12-03 10:18:58 -05:00
  • f5fde56af0 Fix adding prefix to file logs Richard Cooper 2020-11-22 03:35:05 +03:00
  • ec67f23001 Add spinner browser to examples Christian Rocha 2020-11-12 11:30:33 -05:00
  • fce5ce7782 Update spinner demo for Bubbles v0.7.5 Christian Rocha 2020-11-12 11:30:03 -05:00
  • 454d198b0a Update examples for Bubbles v0.7.4 Christian Rocha 2020-11-08 21:29:04 -05:00
  • 28db8b465a The q key also quits in the pager example Christian Rocha 2020-11-08 21:25:52 -05:00
  • 5d34c88692 Update examples for Bubbles v0.8.0 Christian Rocha 2020-10-31 20:58:24 -04:00
  • 02a0509e34 Simplify code and add tests for mouse.go (#30) Aleksandr Krivoshchekov 2020-11-07 08:43:12 +03:00
  • 3aa00243ff Fix links in documents Kyosuke Fujimoto 2020-11-04 12:18:23 +09:00
  • 216b195175 Update go.mod in examples and tutorial SuperPaintman 2020-11-04 03:09:24 +03:00
  • 1545c07a0d Build examples and tutorial in build workflow SuperPaintman 2020-11-04 02:55:57 +03:00
  • 892bebd617 Fix a mouse example SuperPaintman 2020-11-04 02:55:15 +03:00
  • 116a0cfb8f Process alt-modfied keystrokes before normal character input Christian Rocha 2020-10-31 00:05:56 -04:00
  • 1b5f599f2d Update key usage examples Christian Rocha 2020-10-30 23:49:01 -04:00
  • 4f2d85494d Remove the excessive Key.IsRune() method Christian Rocha 2020-10-30 23:37:33 -04:00
  • fc37167e16 Support multi-character input (i.e. Chinese and Japanese IME) Christian Rocha 2020-10-30 10:37:51 -04:00
  • eae4d66917 Remove duped import Christian Muehlhaeuser 2020-10-30 08:36:52 +01:00
  • 1e0283511e Update textinputs for next Bubbles release Christian Rocha 2020-10-26 21:20:28 -04:00
  • 30e88cb04e Bump reflow to v0.2.0 in examples Christian Rocha 2020-10-26 21:23:25 -04:00
  • 93adce2131 Minor simplification to countdown example Christian Rocha 2020-10-25 17:08:58 -04:00
  • 9a3a101244 Add timer countdown example Christian Rocha 2020-10-25 16:56:39 -04:00
  • 28d5ca1cf2 Add release badge to README Christian Muehlhaeuser 2020-10-24 08:40:36 +02:00
  • 8d361ae2b7 Split up workflows and automatically pick latest Go version Christian Muehlhaeuser 2020-10-23 13:18:07 +02:00
  • a0e3bcaa61 Bump Bubble Tea and Bubbles dependencies in examples Christian Rocha 2020-10-22 16:42:53 -04:00
  • a1d92e77c5 Correct backspace and delete key mappings Christian Rocha 2020-10-22 15:22:07 -04:00
  • ae771304df Add Glamour + Viewport example Christian Rocha 2020-10-21 15:49:04 -04:00
  • 9e9e05774c Set character limits on text input examples Christian Rocha 2020-10-21 10:19:34 -04:00
  • b8bc66ed6f Bump Bubble Tea dependency in examples Christian Rocha 2020-10-20 14:10:15 -04:00
  • 072d4cb3f5 Update footer in README Christian Rocha 2020-10-20 10:16:06 -04:00
  • 480bdd41fc Fix typo in doc comment + improve that comment Christian Rocha 2020-10-18 12:43:41 -04:00
  • 413776f017 Fix return value int Init() in standalone basics tutorial too Christian Rocha 2020-10-17 09:46:22 -04:00
  • 6638145bd7 Fix return value of Init() in README Tihomir Jovicic 2020-10-17 15:15:01 +02:00
  • 75e31d0a68 Minor improvement to Reflow description Christian Rocha 2020-10-17 00:48:51 -04:00
  • e7d56cf1b0 Fix copypasta in basics tutorial Christian Rocha 2020-10-16 23:07:31 -04:00
  • 54786f0778 Remove dupe paragraphs from README Christian Muehlhaeuser 2020-10-16 19:22:19 +02:00
  • cb0d9dc6d9 Synchronize lib section in basics tutorial with readme Christian Rocha 2020-10-16 11:58:01 -04:00
  • 15b6b1dd7d Pull some extraneous parens in the basics tutorial Christian Rocha 2020-10-16 11:23:37 -04:00
  • 141fc86ad0 Update wording in simple example Christian Rocha 2020-10-15 20:51:00 -04:00
  • dc3e244823 Improve formatting and wording in basics tutorial Christian Rocha 2020-10-15 20:41:54 -04:00
  • 9c5d4268ba Update tutorials per new Model interface-based structure Christian Rocha 2020-10-15 20:26:02 -04:00
  • c72ee756dd Bump Bubbles dependency to current master Christian Rocha 2020-10-15 20:22:17 -04:00
  • 847787e46d Convert remaining examples to Model interface-based structure Christian Rocha 2020-10-15 19:48:42 -04:00
  • 7530fb0112 Update mouse example to use new Model interface-based structure Christian Rocha 2020-10-15 16:33:17 -04:00
  • 7507f3d805 Update views example to use new Model interface-based structure Christian Rocha 2020-10-15 16:30:34 -04:00
  • 816428c135 Add comment for Init() in simple example Christian Rocha 2020-10-15 16:19:13 -04:00
  • 7af3e0e9de Update simple example to use new Model interface-based structure Christian Rocha 2020-10-15 16:08:42 -04:00
  • 26899c73b3 Init, Update and View are now methods on interface Model Christian Rocha 2020-10-15 16:08:19 -04:00
  • 71bd542320 Add Treilik-inspired example for sending value along on exit Christian Rocha 2020-10-14 16:46:57 -04:00
  • 51e97bb959 Add descriptions to example programs and bump deps in examples Christian Rocha 2020-10-14 11:51:04 -04:00
  • a588b61db4 Fix incorrect program description comment Nikhil Prabhu 2020-10-14 17:05:50 +05:30
  • 154df9f538 fix: small typo in url Johnny Steenbergen 2020-10-13 20:55:11 -07:00
  • 5a67f5c276 Add Windows to build workflow Christian Rocha 2020-10-13 22:45:55 -04:00
  • 67f0128939 Improve reflow explantation and fix typos in README Christian Rocha 2020-10-13 19:18:51 -04:00
  • aaa49c4157 Update list of recommended libraries Christian Rocha 2020-10-13 19:15:24 -04:00
  • eb919b622f Use containerd/console for raw mode to get arrow key support on Windows Christian Rocha 2020-10-13 14:41:35 -04:00
  • a85d22cf54 Handle arrows on Powershell on Unix-like systems Christian Rocha 2020-10-13 14:38:19 -04:00
  • 4d14af713f Remove pkg/term dependency Christian Rocha 2020-10-13 12:52:30 -04:00
  • 9c9a92c349 Add Windows support Christian Rocha 2020-10-12 22:36:24 -04:00
  • 7b645a9910 Remove replace declaration in go.mod for examples Christian Muehlhaeuser 2020-10-13 04:18:07 +02:00
  • 5a26d39072 Remove replace declaration in go.mod for examples Christian Rocha 2020-10-12 22:11:17 -04:00
  • d1c791be98 Fix another typo in a comment Christian Rocha 2020-10-12 10:59:36 -04:00
  • 7efa31996d Fix a typo in a comment Christian Rocha 2020-10-12 10:57:06 -04:00
  • 780db1e32f fix typo kiyon 2020-10-12 08:28:32 +08:00
  • e88b7192f8 Add info about Bubbles to top-ish part of the README Christian Rocha 2020-10-10 20:20:53 -04:00
  • 26477f70c0 print recovered panic message to terminal Kilian Drechsler 2020-10-08 13:54:53 +02:00
  • 3b9d076c80 Fix typo in comment Christian Rocha 2020-10-05 14:42:09 -04:00
  • f20aa485db Fix typo in command tutorial Christian Rocha 2020-10-05 13:42:19 -04:00
  • bf7a8135e1 Update title image Christian Rocha 2020-10-05 13:25:34 -04:00
  • 5d2798eac9 Add example GIF Christian Rocha 2020-10-05 12:44:47 -04:00
  • 1dda8ac639 Color and formatting for "views" demo Christian Rocha 2020-10-02 18:31:19 -04:00
  • 3daa9a991b Drop Go 1.11 from the build workflow Christian Rocha 2020-10-02 13:35:29 -04:00
  • 4390b305ef Update dependencies Christian Rocha 2020-10-02 13:19:59 -04:00