mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: hss: Edit description.
* gnu/packages/ssh.scm (hss)[description]: Edit.
This commit is contained in:
parent
96fe62d80e
commit
16f6889b74
1 changed files with 12 additions and 12 deletions
|
@ -102,20 +102,20 @@ (define-public hss
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://github.com/six-ddc/hss/")
|
(home-page "https://github.com/six-ddc/hss/")
|
||||||
(synopsis "Interactive SSH client for multiple servers")
|
(synopsis "Interactive SSH client for multiple servers")
|
||||||
(description "@command{hss} is an interactive SSH client for multiple
|
(description
|
||||||
servers. It will provide almost the same experience as in the Bash
|
"@command{hss} is an interactive SSH client for multiple servers. Commands
|
||||||
environment. It supports:
|
are executed on all servers in parallel. Execution on one server does not need
|
||||||
|
to wait for that on another server to finish before starting. One can run a
|
||||||
|
command on hundreds of servers at the same time, with almost the same experience
|
||||||
|
as a local Bash shell.
|
||||||
|
|
||||||
|
It supports:
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item interactive input: based on @code{libreadline}.
|
@item interactive input: based on GNU readline.
|
||||||
@item history: responding to the @key{C-r} key.
|
@item history: responding to the @kbd{C-r} key.
|
||||||
@item auto-completion: completion from remote server on the @key{TAB} key, for
|
@item auto-completion: @key{TAB}-completion from remote servers for commands and
|
||||||
commands and paths.
|
file names.
|
||||||
@end itemize
|
@end itemize\n")
|
||||||
|
|
||||||
Command is executed on all servers in parallel. Execution on one server does
|
|
||||||
not need to wait for that on another server to finish before starting. So we
|
|
||||||
can run a command on hundreds of servers at the same time.")
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public libssh
|
(define-public libssh
|
||||||
|
|
Loading…
Reference in a new issue