Skip to content

Commit

Permalink
Chore(*): Add Warp sponsorship block
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 11, 2025
1 parent 36ab22e commit b3a9e2f
Show file tree
Hide file tree
Showing 13 changed files with 260 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/checkbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Simple interactive command line prompt to display a list of checkboxes (multi se

![Checkbox prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/checkbox.svg)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/confirm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Simple interactive command line prompt to gather boolean input from users.

![Confirm prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/confirm.svg)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ The `@inquirer/core` package is the library enabling the creation of Inquirer pr

It aims to implements a lightweight API similar to React hooks - but without JSX.

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

Prompt that'll open the user preferred editor with default content and allow for a convenient multi-line input controlled through the command line.

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/expand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Compact single select prompt. Every option is assigned a shortcut key, and selec
![Expand prompt closed](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/expand-y.svg)
![Expand prompt expanded](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/expand-d.svg)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Interactive free text input component for command line interfaces. Supports vali

![Input prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/input.svg)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/inquirer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,26 @@ A collection of common interactive command line user interfaces.

> **Note:** **`Inquirer.js`** provides the user interface and the inquiry session flow. If you're searching for a full blown command line program utility, then check out [commander](https://github.com/visionmedia/commander.js), [vorpal](https://github.com/dthree/vorpal) or [args](https://github.com/leo/args).
# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

## [Documentation](#documentation)

<a name="documentation"></a>
Expand Down
20 changes: 20 additions & 0 deletions packages/number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

Interactive free number input component for command line interfaces. Supports validation, filtering, transformation, etc.

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/password/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Interactive password input component for command line interfaces. Supports input

![Password prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/password.svg)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/rawlist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Simple interactive command line prompt to display a raw list of choices (single

![rawlist prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/rawlist.svg)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Interactive search prompt component for command line interfaces.

![search prompt](https://raw.githubusercontent.com/SBoudrias/Inquirer.js/f459199e679aec7676cecc0fc12ef8a4cd3dda0b/assets/screenshots/search.png)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/select/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Simple interactive command line prompt to display a list of choices (single sele

![select prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/list.svg)

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down
20 changes: 20 additions & 0 deletions packages/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

The `@inquirer/testing` package is Inquirer's answer to testing prompts [built with `@inquirer/core`](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/core).

# Special Thanks

<div align="center">
<br>
<br>
<a href="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=inquirer">
<div>
<picture>
<img alt="Warp" width="400" src="https://github.com/user-attachments/assets/2bda420d-4211-4900-a37e-e3c7056d799c">
</picture>
</div>
<b>Warp, the intelligent terminal for developers</b>
<div>
<sup>Available for MacOS and Linux<br>
Visit warp.dev to learn more
</sup>
</div>
</a>
</div>

# Installation

<table>
Expand Down

0 comments on commit b3a9e2f

Please sign in to comment.