Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,24 @@ A prompt library for Rust. Based on [huh? for Go](https://github.com/charmbracel

## Sponsors

demand is sponsored by [entire.io](https://entire.io) and [Omacom Foundation](https://omarchy.org/patrons/).

[View all sponsors](https://jdx.dev/sponsors.html).
<p align="center">
Sponsored by<br><br>
<a href="https://entire.io">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://jdx.dev/sponsors/entire-lockup.svg">
<img src="https://jdx.dev/sponsors/entire-lockup-on-light.svg" alt="Entire" height="36">
</picture>
</a>
&nbsp;&nbsp;&nbsp;
<a href="https://omarchy.org/patrons/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://jdx.dev/sponsors/omacom-foundation.svg">
<img src="https://jdx.dev/sponsors/omacom-foundation-on-light.svg" alt="Omacom Foundation" height="36">
</picture>
</a>
<br><br>
<a href="https://jdx.dev/sponsors.html">View all sponsors</a>
</p>

## Input

Expand Down