No description
Find a file
2020-03-10 14:43:24 +03:00
.github Update issue templates 2020-02-22 14:11:29 +03:00
xonssh_xxh 0.4.4 2020-03-09 16:48:49 +03:00
.gitignore 0.4.0 wip 2020-03-04 16:55:21 +03:00
__init__.py v0.1 2020-02-09 00:57:47 +03:00
LICENSE Create LICENSE 2020-03-10 14:42:10 +03:00
README.md README 2020-03-10 13:19:28 +03:00
setup.py 0.4.2 wip 2020-03-06 16:58:20 +03:00
xxh usage 2020-03-10 00:47:52 +03:00

You chosen a command shell and spent months to stuffed it with shortcuts and colors. But when you move from local to remote host using ssh you lose it all. The mission of xxh is to bring your favorite shell wherever you go through the ssh.

[release] [asciinema demo] [plugins] [gitter chat] [BSD license]

Install or update

python3 -m pip install --upgrade xonssh-xxh

After install you can just using xxh command as replace ssh to connecting to the host because xxh has seamless support of basic ssh command arguments.

Usage

$ ./xxh -h                                                                    ____  __________     @    @ 
usage: xxh <host from ~/.ssh/config>                                       ______  /          \     \__/
usage: xxh [ssh arguments] [user@]host[:port] [xxh arguments]               ____  /    ______  \   /   \
usage: xxh [-p SSH_PORT] [-l SSH_LOGIN] [-i SSH_PRIVATE_KEY]              _____  /    / __   \  \ /   _/
           [-o SSH_OPTION -o ...] [+P PASSWORD] [+PP]                       ___ (    / /  /   \  \   /
           [user@]host[:port]                                                    \   \___/    /  /  /
           [+i] [+if] [+iff] [+v] [+vv] [+s SHELL]                            ____\          /__/  /
           [+hh HOST_XXH_HOME] [+hf HOST_EXEC_FILE] [+hc HOST_EXEC_COMMAND]  /     \________/     /
           [+xc XXH_CONFIG] [+lh LOCAL_XXH_HOME]                            /____________________/

Supported shells

Xonsh shell — stable version with pipeliner, bar, autojump plugins.

Zsh shell — beta version with omz and p10k plugins. Help wanted for testing and improving entrypoint.

Fish shell — alpha version. Help wanted for testing and improving entrypoint.

Bash shell — zero version that just runs bash installed on the host with plugins.

Search xxh shell on Github or Bitbucket or create your shell entrypoint to use another portable shell.

Q&A

What is plugin? It is the set of scripts which will be run on the host when you go using xxh. It could be shell settings, environment variables, plugins, color themes and everything you need. You can find the links to plugins on xxh-shells repos. Feel free to fork it.

How xxh works? When you run xxh myhost command xxh download portable shell and store locally to future use. Then if it needed xxh upload the portable shell, init scripts and plugins to the host. Finally xxh make ssh connection to the host and run portable shell without any system installs and affection on the target host.

What about speed? The first connection takes time for downloading and uploading portable shell. It depends on portable shell size and channel speed. But when xxh is installed on the host and you do just xxh myhost then it works as ordinary ssh connection speed.

Development

In the xxh-dev repo there is full dockerised environment for development, testing and contribution. The process of testing and development is orchestrated by xde tool and as easy as possible.

Community

Spread the word! If you like the idea of xxh click on the repo and tweet the link.

We have teams. If you're in team it does not oblige to do something. The main goal of teams is to create group of passionate people who could help or support in complex questions. Some people could be expert in one shell and newbie in another shell and mutual assistance is the key to xxh evolution. Ask join.

Thanks