Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1014 Bytes

File metadata and controls

23 lines (17 loc) · 1014 Bytes

Cmd

About

The cmd directory contains the CLI entry points for the lssh suite. Each command has its own main.go and delegates the actual application logic to the implementation under internal/app/....

Commands

  • lssh: A TUI-based SSH client with host selection, parallel command execution, and multiple port-forwarding modes.
  • lsshell: An interactive shell for sending commands to multiple hosts at the same time.
  • lsftp: An interactive SFTP shell for working with one or more hosts from a single interface.
  • lscp: A file transfer client that provides an SCP-style interface.
  • lssync: A one-way sync command over SSH/SFTP with optional destination pruning.
  • lsmon: A TUI monitor for viewing the status of multiple hosts side by side.