Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krageon/xxh-shell-elvish

Use the elvish shell wherever you go through the SSH without installation on the host.
https://github.com/krageon/xxh-shell-elvish

elvish xxh xxh-shell

Last synced: about 1 month ago
JSON representation

Use the elvish shell wherever you go through the SSH without installation on the host.

Awesome Lists containing this project

README

        

## Install
```
xxh +I xxh-shell-elvish+git+https://github.com/krageon/xxh-shell-elvish
```
Connect:
```
xxh myhost +s elvish
```
To avoid adding `+s` every time use xxh config in `~/.config/xxh/config.xxhc` (`$XDG_CONFIG_HOME`):
```
hosts:
".*": # Regex for all hosts
+s: elvish
```

## Plugins
In theory these can exist, but I haven't figured out a smooth way to make them work with elvish yet. Possible a wrapper script that loads multiple scripts in sequence, who knows. Some day :)

## Thanks
The [the xxh shell example](https://github.com/xxh/xxh-shell-example) for showing me where to start.