xxh/README.md

59 lines
4.8 KiB
Markdown
Raw Normal View History

2020-03-09 22:23:17 +00:00
<p align="center">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.</p>
2020-02-08 23:03:26 +00:00
<p align="center">
2020-03-04 15:27:02 +00:00
<a href="https://pypi.org/project/xonssh-xxh/" target="_blank"><img src="https://img.shields.io/pypi/v/xonssh-xxh.svg" alt="[release]"></a>
<a href="https://asciinema.org/a/osSEzqnmH9pMYEZibNe2K7ZL7" target="_blank"><img alt="[asciinema demo]" src="https://img.shields.io/badge/demo-asciinema-grass"></a>
<a href="#plugins" target="_blank"><img alt="[plugins]" src="https://img.shields.io/badge/extensions-plugins-yellow"></a>
<a href="https://gitter.im/xonssh-xxh/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge" target="_blank"><img alt="[gitter chat]" src="https://badges.gitter.im/xonssh-xxh/community.svg"></a>
<img alt="[BSD license]" src="https://img.shields.io/pypi/l/xonssh-xxh">
2020-02-08 23:03:26 +00:00
</p>
2019-11-03 15:13:42 +00:00
2020-02-22 22:38:40 +00:00
## Install or update
2019-11-03 14:34:38 +00:00
```
2020-02-19 15:02:30 +00:00
python3 -m pip install --upgrade xonssh-xxh
2019-11-04 08:58:11 +00:00
```
2020-03-04 15:27:24 +00:00
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.
2019-11-03 14:34:38 +00:00
2020-02-24 22:17:37 +00:00
## Usage
2019-11-03 14:34:38 +00:00
```
2020-03-09 22:56:02 +00:00
$ ./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] /____________________/
2019-11-03 14:34:38 +00:00
```
2020-03-04 14:48:54 +00:00
## Supported shells
2020-03-09 21:36:37 +00:00
**[Xonsh shell](https://github.com/xxh/xxh-shell-xonsh-appimage)** — used by default.
2019-11-03 14:34:38 +00:00
2020-03-09 21:36:37 +00:00
**[Zsh shell](https://github.com/xxh/xxh-shell-zsh)** — beta version with [oh-my-zsh](https://github.com/xxh/xxh-plugin-zsh-ohmyzsh) and [powerlevel10k](https://github.com/xxh/xxh-plugin-zsh-powerlevel10k) xxh-plugins. Help wanted for testing and improving entrypoint.
2020-03-07 08:11:59 +00:00
2020-03-09 21:36:37 +00:00
**[Fish shell](https://github.com/xxh/xxh-shell-fish-appimage)** — alpha version. Help wanted for testing and improving entrypoint.
2020-02-16 17:42:27 +00:00
2020-03-09 21:36:37 +00:00
**Bash shell** — this shell is almost everywhere. Probably the portable version is not needed. You can just create your entrypoint with your lovely functions.
2020-03-07 08:21:58 +00:00
2020-03-09 22:18:32 +00:00
[Search xxh shell on Github](https://github.com/search?q=xxh-shell&type=Repositories) or [Bitbucket](https://bitbucket.org/repo/all?name=xxh-shell) or [create your shell entrypoint](https://github.com/xxh/xxh-shell-sample) to use another portable shell.
2020-02-16 17:17:07 +00:00
2020-03-09 23:01:29 +00:00
## Q&A
2020-03-04 14:48:54 +00:00
2020-03-09 23:01:29 +00:00
**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](https://github.com/search?q=xxh%2Fxxh-shell&type=Repositories). Feel free to fork it.
2020-02-08 23:32:13 +00:00
2020-03-09 23:01:29 +00:00
**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.
2019-11-03 14:34:38 +00:00
2020-03-09 23:01:29 +00:00
**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.
2019-11-03 15:22:54 +00:00
2020-02-12 14:08:21 +00:00
## Development
2020-03-09 22:58:00 +00:00
In the [xxh-dev](https://github.com/xxh/xxh-dev) repo there is full [docker](https://www.docker.com/)ised environment for development, testing and contribution. The process of testing and development is orchestrated by `xde` tool and as easy as possible.
2020-02-13 10:22:57 +00:00
2020-03-02 12:02:28 +00:00
## Spread the word
2020-03-04 09:42:43 +00:00
If you like the idea of xxh help spread the word about xxh! Click ⭐ on the repo and <a href="https://twitter.com/intent/tweet?text=Python-powered%20shell%20wherever%20you%20go%20through%20the%20ssh&url=https%3A%2F%2Fgithub.com%2Fxxh%2Fxxh&related=" target="_blank">tweet the link</a>!
2020-03-02 12:02:28 +00:00
2020-02-09 09:10:08 +00:00
## Thanks
2020-03-09 22:58:00 +00:00
* **niess** for https://github.com/niess/linuxdeploy-plugin-python/
* **probonopd** for https://github.com/AppImage
* **scopatz** for https://github.com/xonsh/xonsh
* **gforsyth** for https://github.com/xonsh/xonsh/issues/3374