LinuxCommandLibrary

wishlist

SSH directory and host browser

TLDR

Start SSH multiplexer

$ wishlist
copy
Specify config
$ wishlist -c [config.yaml]
copy
Listen on port
$ wishlist -p [2222]
copy

SYNOPSIS

wishlist [-c config] [-p port] [options]

DESCRIPTION

wishlist is an SSH directory that provides a terminal user interface for browsing and connecting to configured SSH hosts. It presents a searchable menu of available servers, allowing quick selection and connection without remembering hostnames or typing full SSH commands.
Hosts are defined in a YAML configuration file with connection details like hostname, port, and user. The tool is part of the Charm ecosystem and runs as an SSH server itself, meaning users can access their host directory by connecting to wishlist over SSH from any machine.

PARAMETERS

-c FILE

Config file.
-p PORT
Listen port.
--help
Show help.

CAVEATS

Configuration needed. Charm Labs tool. Go implementation.

HISTORY

wishlist is part of the Charm ecosystem, providing an SSH directory for easy host access.

SEE ALSO

ssh(1), gum(1), charm(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community