Registry / networking / charmbracelet-wish

charmbracelet-wish

JSON →
library1.4.7gogounverified

Package wish provides a framework for building SSH applications in Go.

go get github.com/charmbracelet/wish
INSTALL
IMPORT
SIG · CHARMBRACELET-WISH
C
charmbracelet-wish
networkinggov1.4.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wish
github.com/charmbracelet/wish

Create and start an SSH server using Wish.

package main import ( "github.com/charmbracelet/wish" ) func main() { srv, _ := wish.NewServer( wish.WithAddress(":2222"), ) _ = srv.ListenAndServe() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
charmbracelet-wish — go get charmbracelet-wish · libregistry