.gitignore | ||
build.xsh | ||
entrypoint.sh | ||
LICENSE | ||
README.md | ||
requirements.txt |
Workflow
- Fork this repo to create your xxh shell entrypoint.
- Rename your repo to
xxh-shell-myshell
- Install xxh and run once to creating
~/.xxh
cd ~/.xxh/shells && git clone https://github.com/you/xxh-shell-myshell && cd xxh-shell-myshell
- Edit
build.xsh
script - Edit
entrypoint.sh
script - Run
./build.xsh
- Try to connect
xxh myhost +s xxh-shell-myshell
- If everything works commit and push your changes
- You rock! Tell us about your work!
xxh-shell example
Real life example of creating xxh-shell and xxh-plugins you could find in xxh-shell-xonsh-appimage.