xxh/README.md

196 lines
13 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-03-29 13:51:13 +00:00
<p align="center">No installations or root access on the host required.</p>
2020-02-08 23:03:26 +00:00
<p align="center">
2020-03-14 07:51:21 +00:00
<a href="https://pypi.org/project/xxh-xxh/" target="_blank"><img src="https://img.shields.io/pypi/v/xxh-xxh.svg" alt="[release]"></a>
2020-03-14 12:05:33 +00:00
<a href="https://gitter.im/xxh-xxh/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge" target="_blank"><img alt="[gitter chat]" src="https://badges.gitter.im/xxh-xxh/community.svg"></a>
2020-03-14 07:51:21 +00:00
<img alt="[BSD license]" src="https://img.shields.io/pypi/l/xxh-xxh">
2020-02-08 23:03:26 +00:00
</p>
2020-03-22 11:35:26 +00:00
<p align="center">
If you like the idea of xxh click ⭐ on the repo and spread the word.
</p>
2019-11-03 15:13:42 +00:00
2020-03-22 10:07:08 +00:00
## Installation methods
2020-03-27 19:17:21 +00:00
#### PyPi 3
2020-03-14 11:59:58 +00:00
```shell script
2020-03-24 11:34:58 +00:00
pip3 install -U xxh-xxh
2019-11-04 08:58:11 +00:00
```
2020-03-27 19:17:21 +00:00
#### Linux portable binary
```
mkdir ~/xxh && cd ~/xxh
wget https://github.com/xxh/xxh-portable/raw/master/result/xxh-portable-musl-alpine-Linux-x86_64.tar.gz
tar -xzf xxh-portable-musl-alpine-Linux-x86_64.tar.gz
./xxh
```
2020-04-03 15:11:18 +00:00
#### [AppImage](https://appimage.org/)
2020-03-22 10:07:08 +00:00
```
mkdir ~/xxh && cd ~/xxh
2020-03-28 10:50:52 +00:00
wget -O xxh https://github.com/xxh/xxh-appimage/releases/download/continuous/xxh-release-x86_64.AppImage
2020-03-27 19:46:32 +00:00
chmod +x xxh && ./xxh
2020-03-22 10:07:08 +00:00
```
2020-03-19 06:19:13 +00:00
2020-04-01 13:35:49 +00:00
## Shells
Currently supported OS is Linux on x86_64.
2020-04-01 12:49:22 +00:00
| xxh-shell | status | [seamless](https://github.com/xxh/xxh#what-is-seamless-mode) | [plugins](https://github.com/xxh/xxh#what-is-xxh-plugin) | demo |
2020-03-29 09:12:08 +00:00
|-----------------------------------------------------------------------|------------|-------------|---------|------|
2020-04-03 08:24:41 +00:00
| **[xonsh-appimage](https://github.com/xxh/xxh-shell-xonsh-appimage)** | stable | `xxh.xsh` | [pipeliner](https://github.com/xxh/xxh-plugin-xonsh-pipe-liner), [bar](https://github.com/xxh/xxh-plugin-xonsh-theme-bar), [autojump](https://github.com/xxh/xxh-plugin-xonsh-autojump), [[+]](https://github.com/xxh/xxh-plugin-xonsh-example) | <a href="https://asciinema.org/a/osSEzqnmH9pMYEZibNe2K7ZL7" target="_blank"><img alt="[demo xonsh]" src="https://img.shields.io/badge/demo-xonsh-grass"></a> |
| **[zsh](https://github.com/xxh/xxh-shell-zsh)** | stable | `xxh.zsh` | [ohmyzsh](https://github.com/xxh/xxh-plugin-zsh-ohmyzsh), [p10k](https://github.com/xxh/xxh-plugin-zsh-powerlevel10k), [[+]](https://github.com/xxh/xxh-plugin-zsh-example) | <a href="https://asciinema.org/a/rCiT9hXQ5IdwqOwg6rifyFZzb" target="_blank"><img alt="[demo zsh]" src="https://img.shields.io/badge/demo-zsh-grass"></a> |
| **[fish](https://github.com/xxh/xxh-shell-fish)** | stable | [todo](https://github.com/xxh/xxh/issues/74) | [ohmyfish](https://github.com/xxh/xxh-plugin-fish-ohmyfish), [fisher](https://github.com/xxh/xxh-plugin-fish-fisher), [userconfig](https://github.com/xxh/xxh-plugin-fish-userconfig), [[+]](https://github.com/xxh/xxh-plugin-fish-example) | |
| **[bash-zero](https://github.com/xxh/xxh-shell-bash-zero)** | prestable | `xxh.bash` | [ohmybash](https://github.com/xxh/xxh-plugin-bash-ohmybash), [[+]](https://github.com/xxh/xxh-plugin-bash-vim) | <a href="https://asciinema.org/a/314508" target="_blank"><img alt="[demo bash]" src="https://img.shields.io/badge/demo-bash-grass"></a> |
2020-03-29 09:12:08 +00:00
| **[osquery](https://github.com/xxh/xxh-shell-osquery)** | beta | | | |
| **[fish-appimage](https://github.com/xxh/xxh-shell-fish-appimage)** | alpha | | | |
2020-04-05 01:30:37 +00:00
| [prerun](https://github.com/xxh/xxh/wiki#what-is-xxh-prerun-plugin) | stable | | [xxh](https://github.com/xxh/xxh-plugin-prerun-xxh), [mc](https://github.com/xxh/xxh-plugin-prerun-mc) | | |
2020-04-05 01:18:39 +00:00
2020-03-31 07:50:43 +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-example) to use another portable shell.
2020-03-22 10:45:17 +00:00
## Usage
2020-04-04 21:54:16 +00:00
### xxh
2020-03-22 10:45:17 +00:00
Use `xxh` as replace `ssh` to connecting to the host without changing ssh arguments:
2020-03-14 12:01:51 +00:00
```
2020-03-22 10:45:17 +00:00
xxh <host from ~/.ssh/config>
xxh [ssh arguments] [user@]host[:port] [xxh arguments]
2019-11-03 14:34:38 +00:00
```
2020-04-04 21:54:16 +00:00
2020-03-22 10:45:17 +00:00
Common examples (use `xxh --help` to get info about arguments):
2020-03-28 21:01:32 +00:00
```yaml
2020-03-30 21:37:23 +00:00
xxh myhost # connect to the host
xxh -i id_rsa -p 2222 myhost # using ssh arguments: port and key
xxh myhost +s zsh # set the shell
xxh myhost +s xonsh-appimage +hhh "~" # set /home/user as home directory (read Q&A)
xxh myhost +s bash-zero +I xxh-plugin-bash-vim # preinstall the plugin
xxh myhost +if +q # install without questions in quiet mode
xxh myhost +hh /tmp/xxh +hhr # upload xxh to /tmp/xxh and remove when disconnect
source xxh.zsh myhost +I xxh-plugin-zsh-ohmyzsh # connect in seamless mode with ohmyzsh plugin
2020-03-22 10:45:17 +00:00
```
2020-03-30 21:20:04 +00:00
To reusing arguments there is `~/.config/xxh/config.xxhc` config file in [YAML](https://en.wikipedia.org/wiki/YAML) format:
2020-03-14 11:59:58 +00:00
```yaml
2020-03-11 10:47:09 +00:00
hosts:
2020-03-30 21:20:04 +00:00
".*": # for all hosts
2020-04-04 22:03:07 +00:00
+s: fish # use Fish shell
2020-03-30 21:20:04 +00:00
2020-03-13 13:46:41 +00:00
myhost: # settings for myhost
-p: 2222 # set special port
2020-04-04 22:03:07 +00:00
+s: zsh # use zsh shell
2020-04-04 07:21:13 +00:00
+I: # install xxh packages (if not installed)
2020-04-04 22:03:07 +00:00
- xxh-shell-zsh # install portable Zsh
- xxh-plugin-zsh-ohmyzsh # install Oh My Zsh plugin for xxh
2020-04-04 07:21:13 +00:00
+e: # set simple environment variables
- ZSH_THEME="clean" # set ohmyzsh theme
- MYENV="hello world" # another environment variable
2020-03-30 21:20:04 +00:00
+hhh: "~" # set /home/user as home directory
2020-03-11 10:47:09 +00:00
2020-03-30 21:20:04 +00:00
"company-.*": # for all hosts by regex pattern
+if: # don't asking about install
+s: xonsh-appimage # use xonsh shell
+hh: /tmp/.xxh # use special xxh home directory
+hhr: # remove host xxh home after disconnect
2020-04-04 19:50:10 +00:00
+I: xxh-plugin-prerun-mc # midnight commander (mc) config as prerun xxh plugin
2020-03-11 10:47:09 +00:00
```
2020-04-04 21:56:27 +00:00
The arguments will be automatically added when you run `xxh myhost` or `xxh company-server1`. If you add `+I` arguments
with appropriate xxh packages you can make your config file complete and simplify the usage command to `xxh myhost`.
2020-02-16 17:17:07 +00:00
2020-04-04 21:54:16 +00:00
### Install xxh packages
```
2020-04-04 22:04:07 +00:00
xxh [+I xxh-package +I ...] [+L] [+RI xxh-package +RI ...] [+R xxh-package +R ...]
2020-04-04 21:54:16 +00:00
```
2020-04-04 21:56:27 +00:00
Different ways to set the xxh package source:
2020-04-04 21:54:16 +00:00
```
2020-04-04 21:56:27 +00:00
xxh +I xxh-shell-example # install from https://github.com/xxh
2020-04-04 21:54:16 +00:00
xxh +I https://github.com/xxh/xxh-shell-example # short url for github only, for other sources use examples below or add support
xxh +I https://github.com/xxh/xxh-shell-example/tree/mybranch # short url for github only, for other sources use examples below or add support
2020-04-04 22:05:58 +00:00
xxh +I xxh-shell-example+git+https://github.com/xxh/xxh-shell-example # long url for any git repo
xxh +I xxh-shell-example+git+https://github.com/xxh/xxh-shell-example/tree/mybranch # github only branch support
2020-04-04 21:54:16 +00:00
xxh +I xxh-shell-example+path+/home/user/my-xxh-dev/xxh-shell-example # install from local path
```
2020-03-15 18:35:48 +00:00
## The ideas behind xxh
2020-04-04 22:16:15 +00:00
**Portable**. Preparing portable shells and plugins occurs locally and then xxh uploads the result to host.
No installations or root access on the host required. The security and careful about environment on the host are behind it.
2020-03-30 21:13:13 +00:00
2020-04-04 22:14:16 +00:00
**Careful**. No blindfold copying config files from local to remote host. Following the privacy and repeatability
reasons the better way is to fork the xxh plugin or shell example and pack your config to it.
2020-03-30 21:13:13 +00:00
2020-04-04 22:14:16 +00:00
**Hermetic**. If you delete `~/.xxh` directory from the remote host then xxh has never been on the host. By default your
home is `.xxh` directory and you can [choose the hermetic level of your xxh session](https://github.com/xxh/xxh/wiki#how-to-set-homeuser-as-home-instead-of-homeuserxxh).
2020-03-30 21:13:13 +00:00
2020-04-04 22:08:22 +00:00
**Be open and fork-ready**. Every repo could be forked, customized and reused without waiting for package management system,
xxh releases or any third party. Currently supported five shells and the count could be grow by community.
2020-03-30 21:13:13 +00:00
2020-04-04 22:08:22 +00:00
**Do more**. The xxh packages are not only about shells. Any type of tool or code could be behind entrypoint.
2020-04-04 20:38:32 +00:00
If you want to play Super Mario on the remote host just put it as entrypoint.
2020-03-30 21:13:13 +00:00
2020-04-04 21:54:16 +00:00
## Examples of use cases
2020-04-04 20:38:32 +00:00
### Python everywhere with xonsh
When you run `xxh myhost +s xonsh-appimage` you'll get portable python, pip and python-powered shell on the host without
any system installations on the host. Add plugins: [autojump](https://github.com/xxh/xxh-plugin-xonsh-autojump)
saves time, [pipeliner](https://github.com/xxh/xxh-plugin-xonsh-pipe-liner) manipulates lines
and [bar](https://github.com/xxh/xxh-plugin-xonsh-theme-bar) looks nice.
### Put the cozy configs to xxh session
For example there is [xxh-plugin-prerun-mc](https://github.com/xxh/xxh-plugin-prerun-mc) which creates
[Midnight Commander](https://en.wikipedia.org/wiki/Midnight_Commander) (mc) config when you go to the host using xxh.
You can fork it and create your cozy settings for mc once and forever.
### Oh My Zsh seamless SSH ([demo](https://asciinema.org/a/rCiT9hXQ5IdwqOwg6rifyFZzb))
```shell script
source xxh.zsh myhost +I xxh-plugin-zsh-ohmyzsh +if +q
```
This command brings your current Oh My Zsh session theme to the xxh session. If you need more complex settings just fork
the [xxh-plugin-zsh-ohmyzsh](https://github.com/xxh/xxh-plugin-zsh-ohmyzsh) and hack it.
### Read host as a table with osquery
```
$ xxh myhost +s osquery
osquery> SELECT * FROM users WHERE username='news';
+-----+-----+----------+-------------+-----------------+-------------------+
| uid | gid | username | description | directory | shell |
+-----+-----+----------+-------------+-----------------+-------------------+
| 9 | 9 | news | news | /var/spool/news | /usr/sbin/nologin |
+-----+-----+----------+-------------+-----------------+-------------------+
```
### All in one portable home
The xxh is very agile. You can create your own `xxh-shell` (shell word means it has entrypoint) which has any portable tools
that you could help you on the host. [Bash-zero](https://github.com/xxh/xxh-shell-bash-zero) xxh-shell is one of this
platforms that could be forked and stuffed.
2020-04-04 21:54:16 +00:00
## [Questions and answers](https://github.com/xxh/xxh/wiki)
2020-03-30 20:05:37 +00:00
2020-04-05 00:43:23 +00:00
- [Start](https://github.com/xxh/xxh/wiki#start)
* [How it works?](https://github.com/xxh/xxh/wiki#how-it-works)
+ [Simple answer](https://github.com/xxh/xxh/wiki#simple-answer)
+ [Detailed workflow with code](https://github.com/xxh/xxh/wiki#detailed-workflow-with-code)
2020-04-05 00:44:33 +00:00
* [How to set `/home/user` as home instead of `/home/user/.xxh`?](https://github.com/xxh/xxh/wiki#how-to-set-homeuser-as-home-instead-of-homeuserxxh)
2020-04-05 00:43:23 +00:00
* [What about speed?](https://github.com/xxh/xxh/wiki#what-about-speed)
* [What is seamless mode?](https://github.com/xxh/xxh/wiki#what-is-seamless-mode)
- [Packages for xxh](https://github.com/xxh/xxh/wiki#packages-for-xxh)
* [How I can install xxh packages (shells or plugins)?](https://github.com/xxh/xxh/wiki#how-i-can-install-xxh-packages-shells-or-plugins)
* [What is xxh plugin?](https://github.com/xxh/xxh/wiki#what-is-xxh-plugin)
* [What is xxh prerun plugin?](https://github.com/xxh/xxh/wiki#what-is-xxh-prerun-plugin)
* [How to change `pluginrc` run order to run some plugin before others?](https://github.com/xxh/xxh/wiki#how-to-change-pluginrc-run-order-to-run-some-plugin-before-others)
- [Advanced questions](https://github.com/xxh/xxh/wiki#advanced-questions)
* [What if my `host_internal` can be reached only from my `host_external`?](https://github.com/xxh/xxh/wiki#what-if-my-host_internal-can-be-reached-only-from-my-host_external)
* [How to add environment variables list?](https://github.com/xxh/xxh/wiki#how-to-add-environment-variables-list)
- [Development and contribution](https://github.com/xxh/xxh/wiki#development-and-contribution)
* [What is the easiest way to debug shell and plugins?](https://github.com/xxh/xxh/wiki#what-is-the-easiest-way-to-debug-shell-and-plugins)
- [I have a new question!](https://github.com/xxh/xxh/wiki#i-have-a-new-question)
2020-04-02 14:39:41 +00:00
2020-02-12 14:08:21 +00:00
## Development
2020-04-04 20:38:32 +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-04-04 20:38:32 +00:00
**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.](https://github.com/xxh/xxh/issues/50)
2020-03-02 12:02:28 +00:00
2020-02-09 09:10:08 +00:00
## Thanks
2020-03-17 17:23:09 +00:00
* **niess** for great [linuxdeploy-plugin-python](https://github.com/niess/linuxdeploy-plugin-python/)
* **probonopd** and **TheAssassin** for hard-working [AppImage](https://github.com/AppImage)
* **Roman Perepelitsa** for incredible [statically-linked, hermetic, relocatable Zsh](https://github.com/romkatv/zsh-bin)
2020-03-21 08:56:33 +00:00
* **Anthony Scopatz**, **Gil Forsyth**, **Jamie Bliss**, **David Strobach**, **Morten Enemark Lund** and **@xore** for amazing [xonsh](https://github.com/xonsh/xonsh) shell