xxh/README.md

216 lines
14 KiB
Markdown
Raw Normal View History

2020-04-05 12:24:53 +00:00
<p align="center">You stuffed command shell with aliases, tools and colors but you lose it all when using ssh. The mission of xxh is to bring your favorite shell wherever you go through the ssh without root access and system installations.</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">
2020-04-07 06:06:57 +00:00
If you like the idea of xxh click ⭐ on the repo or ☕️ <a href="https://www.buymeacoffee.com/xxh">buy me a coffee</a>.
2020-03-22 11:35:26 +00:00
</p>
2019-11-03 15:13:42 +00:00
2020-04-05 12:04:58 +00:00
## Demo
2020-04-05 12:33:52 +00:00
<a href='https://github.com/xxh/xxh#installation-methods'><img alt='[xxh demo]' src='https://raw.githubusercontent.com/xxh/static/master/xxh-demo.gif'></a>
2020-04-05 12:04:58 +00:00
2020-03-22 10:07:08 +00:00
## Installation methods
2020-04-07 06:10:54 +00:00
#### [PyPi 3](https://pypi.org/project/xxh-xxh/)
2020-03-14 11:59:58 +00:00
```shell script
2020-04-05 10:13:42 +00:00
pip3 install xxh-xxh
```
#### [Homebrew](https://brew.sh/)
```shell script
brew install python3 && pip3 install xxh-xxh
2019-11-04 08:58:11 +00:00
```
2020-03-27 19:17:21 +00:00
#### Linux portable binary
2020-04-05 10:15:58 +00:00
```shell script
2020-03-27 19:17:21 +00:00
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-04-05 10:15:58 +00:00
```shell script
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) | |
2020-04-05 08:34:22 +00:00
| **[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-example) | <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: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
2020-04-14 07:05:48 +00:00
### Prerun plugins
[Prerun plugins](https://github.com/xxh/xxh/wiki#what-is-xxh-prerun-plugin) allow to bring any portable tools, dotfiles, aliases to xxh session before running shell.
2020-04-14 07:01:57 +00:00
2020-04-14 07:03:16 +00:00
Pinned plugins: [mc](https://github.com/xxh/xxh-plugin-prerun-mc), [docker](https://github.com/xxh/xxh-plugin-prerun-docker), [python](https://github.com/xxh/xxh-plugin-prerun-python), [vim](https://github.com/xxh/xxh-plugin-prerun-vim), [xxh](https://github.com/xxh/xxh-plugin-prerun-xxh).
2020-04-14 07:01:57 +00:00
2020-03-22 10:45:17 +00:00
## Usage
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-04-09 08:34:06 +00:00
To reusing arguments and simplifying xxh usage to `xxh myhost` there is [config file](https://github.com/xxh/xxh/wiki#what-is-config-file).
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-19 08:59:42 +00:00
### Python with pip everywhere without installation
2020-04-19 09:00:40 +00:00
#### Way 1. Using xonsh
2020-04-19 08:59:42 +00:00
```
xxh myhost +s xonsh-appimage
myhost> python --version
Python 3.8.2
```
You'll get python-powered [xonsh](https://xon.sh) shell with portable python and pip 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
2020-04-04 20:38:32 +00:00
and [bar](https://github.com/xxh/xxh-plugin-xonsh-theme-bar) looks nice.
2020-04-19 09:01:21 +00:00
2020-04-19 09:00:40 +00:00
#### Way 2. Using portable python on any xxh shell
2020-04-19 08:59:42 +00:00
```
xxh +RI xxh-plugin-prerun-python
2020-04-19 09:02:38 +00:00
xxh myhost +s fish
2020-04-19 08:59:42 +00:00
myhost> python --version
Python 3.8.2
myhost> pip install pandas
```
Using [xxh-plugin-prerun-python](https://github.com/xxh/xxh-plugin-prerun-python) you'll get portable
Python AppImage which can be used on host without python and with any xxh shell.
### Using docker on host without root access
Try [xxh-plugin-prerun-docker](https://github.com/xxh/xxh-plugin-prerun-docker):
```
xxh +RI xxh-plugin-prerun-docker
xxh myhost +if
myhost> xxh-docker-run
myhost> docker ps
CONTAINER ID IMAGE COMMAND
myhost> docker run --rm hello-world | grep Hello
Hello from Docker!
myhost> xxh-docker-stop
```
2020-04-04 20:38:32 +00:00
### 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.
2020-04-05 10:19:57 +00:00
### Read host as a table with [osquery](https://github.com/xxh/xxh-shell-osquery)
2020-04-04 20:38:32 +00:00
```
$ 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)
2020-04-09 08:34:06 +00:00
* [What is config file?](https://github.com/xxh/xxh/wiki#what-is-config-file)
2020-04-05 00:43:23 +00:00
- [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
2020-04-05 09:57:34 +00:00
* **Johannes Altmanninger** and **Fabian Homborg** for extensive and portable [fish shell](https://github.com/fish-shell/fish-shell)