Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pterm/pterm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.67
Choose a base ref
...
head repository: pterm/pterm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.68
Choose a head ref
  • 6 commits
  • 75 files changed
  • 3 contributors

Commits on Sep 2, 2023

  1. fix: upgrade Go version to 1.21 (#569)

    Co-authored-by: Justin Burr <juburr@users.noreply.github.com>
    juburr and juburr authored Sep 2, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7ce6aa4 View commit details
  2. docs: autoupdate

    MarvinJWendt committed Sep 2, 2023
    Copy the full SHA
    531e198 View commit details

Commits on Sep 4, 2023

  1. Update README.md

    MarvinJWendt authored Sep 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    becd7ea View commit details
  2. docs: autoupdate

    MarvinJWendt committed Sep 4, 2023
    Copy the full SHA
    6aa18d2 View commit details

Commits on Sep 15, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    02831ce View commit details
  2. docs: autoupdate

    MarvinJWendt committed Sep 15, 2023
    Copy the full SHA
    2fcdfcf View commit details
Showing with 94 additions and 95 deletions.
  1. +10 −5 README.md
  2. +1 −1 _examples/area/center/animation.svg
  3. +1 −1 _examples/area/default/animation.svg
  4. +1 −1 _examples/area/demo/animation.svg
  5. +1 −1 _examples/area/dynamic-chart/animation.svg
  6. +1 −1 _examples/area/fullscreen-center/animation.svg
  7. +1 −1 _examples/area/fullscreen/animation.svg
  8. +1 −1 _examples/barchart/custom-height/animation.svg
  9. +1 −1 _examples/barchart/custom-width/animation.svg
  10. +1 −1 _examples/barchart/default/animation.svg
  11. +1 −1 _examples/barchart/demo/animation.svg
  12. +1 −1 _examples/barchart/horizontal-show-value/animation.svg
  13. +1 −1 _examples/barchart/horizontal/animation.svg
  14. +1 −1 _examples/barchart/mixed-values/animation.svg
  15. +1 −1 _examples/barchart/negative-values/animation.svg
  16. +1 −1 _examples/barchart/show-value/animation.svg
  17. +1 −1 _examples/basictext/demo/animation.svg
  18. +1 −1 _examples/bigtext/colored/animation.svg
  19. +1 −1 _examples/bigtext/default/animation.svg
  20. +1 −1 _examples/bigtext/demo/animation.svg
  21. +1 −1 _examples/box/custom-padding/animation.svg
  22. +1 −1 _examples/box/default/animation.svg
  23. +1 −1 _examples/box/demo/animation.svg
  24. +1 −1 _examples/box/title/animation.svg
  25. +1 −1 _examples/bulletlist/customized/animation.svg
  26. +1 −1 _examples/bulletlist/demo/animation.svg
  27. +1 −1 _examples/center/demo/animation.svg
  28. +1 −1 _examples/coloring/demo/animation.svg
  29. +1 −1 _examples/coloring/disable-output/animation.svg
  30. +1 −1 _examples/coloring/fade-colors-rgb-style/animation.svg
  31. +1 −1 _examples/coloring/fade-colors/animation.svg
  32. +1 −1 _examples/coloring/fade-multiple-colors/animation.svg
  33. +1 −1 _examples/coloring/override-default-printers/animation.svg
  34. +1 −1 _examples/coloring/print-color-rgb-style/animation.svg
  35. +1 −1 _examples/coloring/print-color-rgb/animation.svg
  36. +1 −1 _examples/demo/demo/animation.svg
  37. +1 −1 _examples/header/custom/animation.svg
  38. +1 −1 _examples/header/demo/animation.svg
  39. +1 −1 _examples/interactive_confirm/demo/animation.svg
  40. +1 −1 _examples/interactive_continue/demo/animation.svg
  41. +1 −1 _examples/interactive_multiselect/custom-checkmarks/animation.svg
  42. +1 −1 _examples/interactive_multiselect/custom-keys/animation.svg
  43. +1 −1 _examples/interactive_multiselect/demo/animation.svg
  44. +1 −1 _examples/interactive_select/demo/animation.svg
  45. +1 −1 _examples/interactive_textinput/demo/animation.svg
  46. +1 −1 _examples/interactive_textinput/multi-line/animation.svg
  47. +1 −1 _examples/interactive_textinput/password/animation.svg
  48. +1 −1 _examples/logger/custom-key-styles/animation.svg
  49. +1 −1 _examples/logger/default/animation.svg
  50. +1 −1 _examples/logger/demo/animation.svg
  51. +1 −1 _examples/logger/json/animation.svg
  52. +1 −1 _examples/logger/with-caller/animation.svg
  53. +1 −1 _examples/multiple-live-printers/demo/animation.svg
  54. +1 −1 _examples/panel/demo/animation.svg
  55. +1 −1 _examples/paragraph/customized/animation.svg
  56. +1 −1 _examples/paragraph/demo/animation.svg
  57. +1 −1 _examples/prefix/demo/animation.svg
  58. +1 −1 _examples/progressbar/demo/animation.svg
  59. +1 −1 _examples/progressbar/multiple/animation.svg
  60. +1 −1 _examples/section/demo/animation.svg
  61. +1 −1 _examples/slog/demo/animation.svg
  62. +1 −1 _examples/spinner/demo/animation.svg
  63. +1 −1 _examples/spinner/multiple/animation.svg
  64. +1 −1 _examples/style/demo/animation.svg
  65. +1 −1 _examples/table/boxed/animation.svg
  66. +1 −1 _examples/table/demo/animation.svg
  67. +1 −1 _examples/table/multiple-lines/animation.svg
  68. +1 −1 _examples/table/right-alignment/animation.svg
  69. +1 −1 _examples/theme/demo/animation.svg
  70. +1 −1 _examples/tree/demo/animation.svg
  71. +1 −1 _examples/tree/from-leveled-list/animation.svg
  72. +10 −5 docs/README.md
  73. +1 −1 go.mod
  74. +3 −0 go.sum
  75. +0 −14 pterm.go
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -44,8 +44,8 @@

<a href="https://github.com/pterm/pterm/tree/master/_examples/demo/demo" style="text-decoration: none">
<img src="https://raw.githubusercontent.com/pterm/pterm/master/_examples/demo/demo/animation.svg" alt="PTerm">
<p align="center">Show Demo Code</p>
</a>
<p align="center"><a href="https://github.com/pterm/pterm/tree/master/_examples/demo/demo" >Show Demo Code</p></p>

</p>

@@ -92,6 +92,8 @@ go get github.com/pterm/pterm

### Printers (Components)

<div align="center">

<!-- printers:start -->
| Feature | Feature | Feature | Feature | Feature |
| :-------: | :-------: | :-------: | :-------: | :-------: |
@@ -103,14 +105,17 @@ go get github.com/pterm/pterm
| Table <br/> [(Examples)](https://github.com/pterm/pterm/tree/master/_examples/table) |Theme <br/> [(Examples)](https://github.com/pterm/pterm/tree/master/_examples/theme) |Tree <br/> [(Examples)](https://github.com/pterm/pterm/tree/master/_examples/tree) | | |
<!-- printers:end -->

</div>

---

<div align="center">

### 🦸‍♂️ Supporters
### 🦸‍♂️ Sponsors

<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg" />

|-|User|💸|
|---|---|---|
|![Jens Lauterbach](https://avatars.githubusercontent.com/u/1292368?s=25)|[@jenslauterbach](https://github.com/jenslauterbach)|25$|
---

</div>

2 changes: 1 addition & 1 deletion _examples/area/center/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/area/default/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/area/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/area/dynamic-chart/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/area/fullscreen-center/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/area/fullscreen/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/custom-height/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/custom-width/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/default/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/horizontal-show-value/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/horizontal/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/mixed-values/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/negative-values/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/barchart/show-value/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/basictext/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/bigtext/colored/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/bigtext/default/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/bigtext/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/box/custom-padding/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/box/default/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/box/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/box/title/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/bulletlist/customized/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/bulletlist/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/center/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/coloring/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/coloring/disable-output/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/coloring/fade-colors-rgb-style/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/coloring/fade-colors/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/coloring/fade-multiple-colors/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/coloring/override-default-printers/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/coloring/print-color-rgb-style/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/coloring/print-color-rgb/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/demo/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/header/custom/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/header/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/interactive_confirm/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/interactive_continue/demo/animation.svg

Unable to render rich display

Invalid image source.

Unable to render rich display

Invalid image source.

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/interactive_multiselect/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/interactive_select/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/interactive_textinput/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/interactive_textinput/multi-line/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/interactive_textinput/password/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/logger/custom-key-styles/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/logger/default/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/logger/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/logger/json/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/logger/with-caller/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/multiple-live-printers/demo/animation.svg

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _examples/panel/demo/animation.svg
2 changes: 1 addition & 1 deletion _examples/paragraph/customized/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/paragraph/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/prefix/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/progressbar/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/progressbar/multiple/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/section/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/slog/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/spinner/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/spinner/multiple/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/style/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/table/boxed/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/table/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/table/multiple-lines/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/table/right-alignment/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/theme/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/tree/demo/animation.svg

Unable to render rich display

Invalid image source.

2 changes: 1 addition & 1 deletion _examples/tree/from-leveled-list/animation.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions docs/README.md
2 changes: 1 addition & 1 deletion go.mod
3 changes: 3 additions & 0 deletions go.sum
14 changes: 0 additions & 14 deletions pterm.go