xxh/README.md
2020-03-10 01:23:17 +03:00

4.9 KiB

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 [-h] [-V] [-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_EXECUTE_FILE] [+hc HOST_EXECUTE_COMMAND]          ____\          /__/  /   
           [+xc XXH_CONFIG] [+lh LOCAL_XXH_HOME]                                          /     \________/     /
                                                                                         /____________________/       

Supported shells

Xonsh shell — used by default.

Zsh shell — beta version with oh-my-zsh and powerlevel10k xxh-plugins. Help wanted for testing and improving entrypoint.

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

Bash shell — this shell is almost everywhere. Probably the portable version is not needed. You can just create your entrypoint with your lovely functions.

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

Plugins

xxh plugin 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.

Notes

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.

How it 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.

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.

Spread the word

If you like the idea of xxh help spread the word about xxh! Click on the repo and tweet the link!

Thanks