LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wishlist

SSH directory and host browser

TLDR

Start the SSH directory with default settings
$ wishlist
copy
Start with a specific config file
$ wishlist -c [config.yaml]
copy
Listen on a specific port
$ wishlist -p [2222]
copy
Start with a specific listen address
$ wishlist -l [0.0.0.0:2222]
copy

SYNOPSIS

wishlist [-c config] [-p port] [-l address] [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

Path to the YAML configuration file.
-l ADDRESS
Bind address to listen on (e.g., 0.0.0.0:2222).
-p PORT
Port to listen on (default: 22).
-v, --version
Show version information.
-h, --help
Show help.

INSTALL

sudo pacman -S wishlist
copy
brew install wishlist
copy
nix profile install nixpkgs#wishlist
copy

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), sshd(8), tmux(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid