Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: Exec, program.ReleaseTerminal and RestoreTerminal to re-use input and terminal #237

Merged
merged 22 commits into from Apr 12, 2022

Commits on Apr 5, 2022

  1. add: program.ReleaseTerminal and RestoreTerminal to re-use input & te…

    …rminal
    
    ReleaseTerminal makes BubbleTea release the input / terminal, so users
    can spawn a sub-command. RestoreTerminal sets the input reader up again
    and triggers a repaint.
    muesli committed Apr 5, 2022
    Copy the full SHA
    8f4002e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aa2acb9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0e5c9d3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a7a1d01 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e78a869 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    91f7d34 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9f21889 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c483da8 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2473b3e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2884231 View commit details
    Browse the repository at this point in the history
  11. fix: typo

    muesli committed Apr 5, 2022
    Copy the full SHA
    781f7f0 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    6651901 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    67f6aa0 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    d56440e View commit details
    Browse the repository at this point in the history
  15. feat: allow to execute other things besides exec.Commands (#280)

    * feat: allow to execute other things besides exec.Commands.
    
    * fix: lint issues
    
    * fix: renames, examples
    
    Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
    caarlos0 authored and muesli committed Apr 5, 2022
    Copy the full SHA
    67c6ded View commit details
    Browse the repository at this point in the history
  16. fix: callback type should be exported

    caarlos0 authored and muesli committed Apr 5, 2022
    Copy the full SHA
    f3f2ac2 View commit details
    Browse the repository at this point in the history
  17. fix: fix some comments

    caarlos0 authored and muesli committed Apr 5, 2022
    Copy the full SHA
    b365a7e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Copy the full SHA
    6a80e7c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    54a84a3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7d6e0c2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8e380dc View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Copy the full SHA
    f5ff931 View commit details
    Browse the repository at this point in the history