mirror of
https://github.com/xxh/xxh
synced 2024-11-23 12:23:04 +00:00
README
This commit is contained in:
parent
dfb17dfe5a
commit
0bac2bfa47
1 changed files with 5 additions and 1 deletions
|
@ -101,7 +101,7 @@ If you add `+I` arguments with appropriate xxh packages you can make your config
|
|||
|
||||
**Be open**. Currently supported five shells and the count could be grow by community.
|
||||
|
||||
## Q&A
|
||||
## [Q&A](https://github.com/xxh/xxh/wiki)
|
||||
|
||||
### How it works?
|
||||
|
||||
|
@ -138,6 +138,10 @@ Add `ProxyCommand` or `ProxyJump` to your ssh config [as described](https://supe
|
|||
|
||||
It is the set of scripts which will be run on the host when you go using xxh. It could be shell settings, aliases, environment variables, frameworks, extensions, color themes and everything you need. You can find the links to plugins on [xxh-shells repos](https://github.com/search?q=xxh%2Fxxh-shell&type=Repositories). Feel free to fork it.
|
||||
|
||||
### I have a new question!
|
||||
|
||||
First of all review the [wiki](https://github.com/xxh/xxh/wiki) and if there is no answer [ask the question](https://github.com/xxh/xxh/issues/75).
|
||||
|
||||
## Use cases
|
||||
### 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 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 and [bar](https://github.com/xxh/xxh-plugin-xonsh-theme-bar) looks nice.
|
||||
|
|
Loading…
Reference in a new issue