|
1 | 1 | # Wishlist |
2 | 2 |
|
3 | | -<!--toc:start--> |
4 | | - |
5 | | -- [Wishlist](#wishlist) |
6 | | - - [Installation](#installation) |
7 | | - - [Usage](#usage) |
8 | | - - [CLI](#cli) |
9 | | - - [Remote](#remote) |
10 | | - - [Local](#local) |
11 | | - - [Library](#library) |
12 | | - - [Auth](#auth) |
13 | | - - [Local mode](#local-mode) |
14 | | - - [Server mode](#server-mode) |
15 | | - - [Agent forwarding example](#agent-forwarding-example) |
16 | | - - [Discovery](#discovery) |
17 | | - - [Tailscale](#tailscale) |
18 | | - - [Zeroconf/Avahi/mDNS/Bonjour](#zeroconfavahimdnsbonjour) |
19 | | - - [SRV records](#srv-records) |
20 | | - - [Hints](#hints) |
21 | | - - [Running it](#running-it) |
22 | | - - [Using the binary](#using-the-binary) |
23 | | - - [Using Docker](#using-docker) |
24 | | - - [Supported SSH Options](#supported-ssh-options) |
25 | | - - [Acknowledgments](#acknowledgments) |
26 | | - - [Feedback](#feedback) |
27 | | - - [License](#license) |
28 | | - |
29 | | -<!--toc:end--> |
30 | | - |
31 | 3 | <p> |
32 | 4 | <a href="https://github.com/charmbracelet/wishlist/releases"><img src="https://img.shields.io/github/release/charmbracelet/wishlist.svg" alt="Latest Release"></a> |
33 | 5 | <a href="https://pkg.go.dev/github.com/charmbracelet/wishlist?tab=doc"><img src="https://godoc.org/github.com/golang/gddo?status.svg" alt="GoDoc"></a> |
|
37 | 9 |
|
38 | 10 | The SSH directory ✨ |
39 | 11 |
|
40 | | - |
| 12 | + |
41 | 13 |
|
42 | | -With Wishlist you can have a single entrypoint for multiple SSH endpoints, |
| 14 | +With Wishlist you can have a single entry point for multiple SSH endpoints, |
43 | 15 | whether they are [Wish](https://github.com/charmbracelet/wish) apps or not. |
44 | 16 |
|
45 | 17 | As a server, it can be used to start multiple SSH apps within a single package |
46 | | -and list them over SSH. You can list apps provided elsewhere, too. |
| 18 | +and list them over SSH. |
| 19 | +You can list apps provided elsewhere, too. |
47 | 20 |
|
48 | | -You can also use the `wishlist` CLI to list and connect to servers in your |
49 | | -`~/.ssh/config` or, a YAML config file. |
| 21 | +You can also use the `wishlist` command to list and connect to servers in your |
| 22 | +`~/.ssh/config` or in a YAML configuration file. |
50 | 23 |
|
51 | 24 | ## Installation |
52 | 25 |
|
@@ -83,7 +56,7 @@ sudo yum install wishlist |
83 | 56 |
|
84 | 57 | Or download a pre-compiled binary or package from the [releases][releases] page. |
85 | 58 |
|
86 | | -Or just build it yourself (requires Go 1.18+): |
| 59 | +Or just build it yourself (requires Go 1.19+): |
87 | 60 |
|
88 | 61 | ```bash |
89 | 62 | git clone https://github.com/charmbracelet/wishlist.git |
|
0 commit comments