| .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/xxh/shells && git clone https://github.com/you/xxh-shell-myshell && cd xxh-shell-myshell- Edit
build.xshscript - Edit
entrypoint.shscript - Run
./build.xsh - Try to connect
xxh myhost +s xxh-shell-myshell(add+ifto force reinstall) - 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.