-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
docs(readme): Add app kubectl-watch which uses tui #73
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orhun
approved these changes
Feb 20, 2023
mindoodoo
approved these changes
Feb 20, 2023
sayanarijit
pushed a commit
that referenced
this pull request
Mar 3, 2023
joshka
pushed a commit
that referenced
this pull request
Feb 5, 2025
Bumps the cargo-dependencies group with 2 updates: [ratatui](https://github.com/ratatui/ratatui) and [trybuild](https://github.com/dtolnay/trybuild). Updates `ratatui` from 0.28.1 to 0.29.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ratatui/ratatui/releases">ratatui's releases</a>.</em></p> <blockquote> <h2>v0.29.0</h2> <!-- raw HTML omitted --> <h2><a href="https://github.com/ratatui/ratatui/releases/tag/v0.29.0">v0.29.0</a> - 2024-10-21</h2> <p><em>"Food will come, Remy. Food always comes to those who love to cook." – Gusteau</em></p> <p>We are excited to announce the new version of <code>ratatui</code> - a Rust library that's all about cooking up TUIs 👨🍳🐀</p> <p>✨ <strong>Release highlights</strong>: <a href="https://ratatui.rs/highlights/v029/">https://ratatui.rs/highlights/v029/</a></p> <p>⚠️ List of breaking changes can be found <a href="https://github.com/ratatui/ratatui/blob/main/BREAKING-CHANGES.md">here</a>.</p> <h3>Features</h3> <ul> <li> <p><a href="https://github.com/ratatui/ratatui/commit/3a43274881a79b4e593536c2ca915b509e557215">3a43274</a> <em>(color)</em> Add hsluv support by <a href="https://github.com/du-ob"><code>@du-ob</code></a> in <a href="https://redirect.github.com/ratatui/ratatui/pull/1333">#1333</a></p> </li> <li> <p><a href="https://github.com/ratatui/ratatui/commit/4c4851ca3d1437a50ed1f146c0849b58716b89a2">4c4851c</a> <em>(example)</em> Add drawing feature to the canvas example by <a href="https://github.com/orhun"><code>@orhun</code></a> in <a href="https://redirect.github.com/ratatui/ratatui/pull/1429">#1429</a></p> <blockquote> <p><img src="https://github.com/user-attachments/assets/cfb2f9f8-773b-4599-9312-29625ff2ca60" alt="rec_20241018T235208" /></p> <p>fun fact: I had to do <a href="https://www.youtube.com/watch?v=eS92stzBYXA">35 pushups</a> for this...</p> <hr /> </blockquote> </li> <li> <p><a href="https://github.com/ratatui/ratatui/commit/e5a76095884a4ce792846289f56d04a4acaaa6fa">e5a7609</a> <em>(line)</em> Impl From<!-- raw HTML omitted --> for Line by <a href="https://github.com/joshka"><code>@joshka</code></a> in <a href="https://redirect.github.com/ratatui/ratatui/pull/1373">#1373</a> [<strong>breaking</strong>]</p> <blockquote> <p>BREAKING-CHANGES:<code>Line</code> now implements <code>From<Cow<str></code></p> <p>As this adds an extra conversion, ambiguous inferred values may no longer compile.</p> <pre lang="rust"><code>// given: struct Foo { ... } impl From<Foo> for String { ... } impl From<Foo> for Cow<str> { ... } <p>let foo = Foo { ... }; let line = Line::from(foo); // now fails due to ambiguous type inference // replace with let line = Line::from(String::from(foo)); </code></pre></p> <p>Fixes:<a href="https://redirect.github.com/ratatui/ratatui/issues/1367">ratatui/ratatui#1367</a></p> <hr /> </blockquote> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md">ratatui's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/ratatui/ratatui/releases/tag/v0.29.0">v0.29.0</a> - 2024-10-21</h2> <h3>Features</h3> <ul> <li> <p><a href="https://github.com/ratatui/ratatui/commit/3a43274881a79b4e593536c2ca915b509e557215">3a43274</a> <em>(color)</em> Add hsluv support by <a href="https://github.com/du-ob"><code>@du-ob</code></a> in <a href="https://redirect.github.com/ratatui/ratatui/pull/1333">#1333</a></p> </li> <li> <p><a href="https://github.com/ratatui/ratatui/commit/4c4851ca3d1437a50ed1f146c0849b58716b89a2">4c4851c</a> <em>(example)</em> Add drawing feature to the canvas example by <a href="https://github.com/orhun"><code>@orhun</code></a> in <a href="https://redirect.github.com/ratatui/ratatui/pull/1429">#1429</a></p> <blockquote> <p><img src="https://github.com/user-attachments/assets/cfb2f9f8-773b-4599-9312-29625ff2ca60" alt="rec_20241018T235208" /></p> <p>fun fact: I had to do <a href="https://www.youtube.com/watch?v=eS92stzBYXA">35 pushups</a> for this...</p> <hr /> </blockquote> </li> <li> <p><a href="https://github.com/ratatui/ratatui/commit/e5a76095884a4ce792846289f56d04a4acaaa6fa">e5a7609</a> <em>(line)</em> Impl From<!-- raw HTML omitted --> for Line by <a href="https://github.com/joshka"><code>@joshka</code></a> in <a href="https://redirect.github.com/ratatui/ratatui/pull/1373">#1373</a> [<strong>breaking</strong>]</p> <blockquote> <p>BREAKING-CHANGES:<code>Line</code> now implements <code>From<Cow<str></code></p> <p>As this adds an extra conversion, ambiguous inferred values may no longer compile.</p> <pre lang="rust"><code>// given: struct Foo { ... } impl From<Foo> for String { ... } impl From<Foo> for Cow<str> { ... } <p>let foo = Foo { ... }; let line = Line::from(foo); // now fails due to ambiguous type inference // replace with let line = Line::from(String::from(foo)); </code></pre></p> <p>Fixes:<a href="https://redirect.github.com/ratatui/ratatui/issues/1367">ratatui/ratatui#1367</a></p> <hr /> </blockquote> </li> <li> <p><a href="https://github.com/ratatui/ratatui/commit/2805dddf0527584da9c7865ff6a78a9c74731187">2805ddd</a> <em>(logo)</em> Add a Ratatui logo widget by <a href="https://github.com/joshka"><code>@joshka</code></a> in <a href="https://redirect.github.com/ratatui/ratatui/pull/1307">#1307</a></p> <blockquote> <p>This is a simple logo widget that can be used to render the Ratatui logo in the terminal. It is used in the <code>examples/ratatui-logo.rs</code> example, and may be used in your applications' help or about screens.</p> <pre lang="rust"><code>use ratatui::{Frame, widgets::RatatuiLogo}; <p>fn draw(frame: &mut Frame) { frame.render_widget(RatatuiLogo::tiny(), frame.area()); </code></pre></p> </blockquote> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ratatui/ratatui/commit/28732176e1adb4cddba45c2d6b2b27abf7a46f79"><code>2873217</code></a> chore(release): prepare for 0.29.0 (<a href="https://redirect.github.com/ratatui/ratatui/issues/1444">#1444</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/6515097434a10c08276b58f0cd10b9301b44e9fe"><code>6515097</code></a> chore(cargo): check in Cargo.lock (<a href="https://redirect.github.com/ratatui/ratatui/issues/1434">#1434</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/4c4851ca3d1437a50ed1f146c0849b58716b89a2"><code>4c4851c</code></a> feat(example): add drawing feature to the canvas example (<a href="https://redirect.github.com/ratatui/ratatui/issues/1429">#1429</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/4f5503dbf610290904a759a3f169a15111f11392"><code>4f5503d</code></a> fix(color)!: hsl and hsluv are now clamped before conversion (<a href="https://redirect.github.com/ratatui/ratatui/issues/1436">#1436</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/611086eba4dc07dcef89502a3bedfc28015b879f"><code>611086e</code></a> fix: sparkline docs / doc tests (<a href="https://redirect.github.com/ratatui/ratatui/issues/1437">#1437</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/514d2738750d792a75fde6cc7666f9220bcf6b3a"><code>514d273</code></a> fix(terminal): use the latest, resized area when clearing (<a href="https://redirect.github.com/ratatui/ratatui/issues/1427">#1427</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/60cc15bbb064faa704f78ca51ae60584b5f7ca31"><code>60cc15b</code></a> feat!: add support for empty bar style to <code>Sparkline</code> (<a href="https://redirect.github.com/ratatui/ratatui/issues/1326">#1326</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/a52ee82fc716fafb2652b83a331c36f844104dda"><code>a52ee82</code></a> fix(text): truncate based on alignment (<a href="https://redirect.github.com/ratatui/ratatui/issues/1432">#1432</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/381ec75329866b3c1256113d1cb7716206b79fb7"><code>381ec75</code></a> docs(readme): reduce the length (<a href="https://redirect.github.com/ratatui/ratatui/issues/1431">#1431</a>)</li> <li><a href="https://github.com/ratatui/ratatui/commit/f6f7794dd782d20cd41875c0578ffc4331692c1e"><code>f6f7794</code></a> chore: remove leftover prelude refs / glob imports from example code (<a href="https://redirect.github.com/ratatui/ratatui/issues/1430">#1430</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ratatui/ratatui/compare/v0.28.1...v0.29.0">compare view</a></li> </ul> </details> <br /> Updates `trybuild` from 1.0.99 to 1.0.101 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/trybuild/releases">trybuild's releases</a>.</em></p> <blockquote> <h2>1.0.101</h2> <ul> <li>Fix rustflags unification when using target-specific rustflags in a config.toml (<a href="https://redirect.github.com/dtolnay/trybuild/issues/293">#293</a>)</li> </ul> <h2>1.0.100</h2> <ul> <li>Documentation improvements (<a href="https://redirect.github.com/dtolnay/trybuild/issues/288">#288</a>, <a href="https://redirect.github.com/dtolnay/trybuild/issues/289">#289</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/trybuild/commit/32408f9c63c571d4395f07d4aecaccb55f8e315f"><code>32408f9</code></a> Release 1.0.101</li> <li><a href="https://github.com/dtolnay/trybuild/commit/6fe643543b6314fa287a828e52c475f079a14960"><code>6fe6435</code></a> Resolve unexpected_cfgs warning when build script is not run</li> <li><a href="https://github.com/dtolnay/trybuild/commit/fba7a1519875798babab99cf710b7ea719378170"><code>fba7a15</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/293">#293</a> from dtolnay/targetrustflags</li> <li><a href="https://github.com/dtolnay/trybuild/commit/e3d8dab0bb4002d077c35edda73c61cb1c0c8703"><code>e3d8dab</code></a> Combine trybuild rustflags with target-specific rustflags</li> <li><a href="https://github.com/dtolnay/trybuild/commit/1fa2fcb686bb4c1a1f0847f4775dbe5ff9b192d3"><code>1fa2fcb</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/292">#292</a> from dtolnay/targettriple</li> <li><a href="https://github.com/dtolnay/trybuild/commit/669bdb0e91c158b6b74f256897b6956103ae6411"><code>669bdb0</code></a> Delegate TARGET identification to target-triple crate</li> <li><a href="https://github.com/dtolnay/trybuild/commit/7c399e00462a5d06cdc441233ef438113a46c009"><code>7c399e0</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/291">#291</a> from dtolnay/target</li> <li><a href="https://github.com/dtolnay/trybuild/commit/2d760927ba642cac32decf9121c5b5c462c25d7f"><code>2d76092</code></a> Rely on $TARGET always set during build script execution</li> <li><a href="https://github.com/dtolnay/trybuild/commit/909f7512f28214d081e7d177bbd3fcffb8fe9f3b"><code>909f751</code></a> Release 1.0.100</li> <li><a href="https://github.com/dtolnay/trybuild/commit/c4501dcb0d24d3c2da6b38497de3eafad6d06ae0"><code>c4501dc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/trybuild/issues/289">#289</a> from dtolnay/rust-src</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/trybuild/compare/1.0.99...1.0.101">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
joshka
added a commit
that referenced
this pull request
Feb 5, 2025
## 🤖 New release * `ratatui-macros`: 0.5.0 -> 0.6.0 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.1](ratatui/ratatui-macros@v0.5.0...v0.5.1) - 2024-10-21 ### Other - *(deps)* bump the cargo-dependencies group with 2 updates ([#73](ratatui/ratatui-macros#73)) - *(deps)* bump ratatui from 0.28.0 to 0.28.1 in the cargo-dependencies group ([#70](ratatui/ratatui-macros#70)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Josh McKinney <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related: fdehau/tui-rs#697