mirror of
https://github.com/xxh/xxh
synced 2024-11-23 12:23:04 +00:00
README
This commit is contained in:
parent
c2cb104bb1
commit
91c795b661
1 changed files with 3 additions and 5 deletions
|
@ -115,14 +115,12 @@ are behind it. Every xxh package, shell or plugin is the bridge that use only wh
|
||||||
**Hermetic**. If you delete `~/.xxh` directory from the remote host then xxh has never been on the host.
|
**Hermetic**. If you delete `~/.xxh` directory from the remote host then xxh has never been on the host.
|
||||||
If files appears outside xxh home directory feel free to report about this cases.
|
If files appears outside xxh home directory feel free to report about this cases.
|
||||||
|
|
||||||
**Fork-ready**. Every repo could be forked, customized and used without waiting of package management system,
|
**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.
|
xxh releases or any third party. Currently supported five shells and the count could be grow by community.
|
||||||
|
|
||||||
**Do more**. The xxh packages are not only about shells. Any type of tool or code could be behind "shell entrypoint".
|
**Do more**. The xxh packages are not only about shells. Any type of tool or code could be behind entrypoint.
|
||||||
If you want to play Super Mario on the remote host just put it as entrypoint.
|
If you want to play Super Mario on the remote host just put it as entrypoint.
|
||||||
|
|
||||||
**Be open**. Currently supported five shells and the count could be grow by community.
|
|
||||||
|
|
||||||
## Examples of use cases
|
## Examples of use cases
|
||||||
### Python everywhere with xonsh
|
### 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
|
When you run `xxh myhost +s xonsh-appimage` you'll get portable python, pip and python-powered shell on the host without
|
||||||
|
|
Loading…
Reference in a new issue