From 0bac2bfa474e8fa301e4c048fd21d688b33b087b Mon Sep 17 00:00:00 2001 From: anki-code Date: Thu, 2 Apr 2020 17:39:41 +0300 Subject: [PATCH] README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea7320a..bb5a443 100644 --- a/README.md +++ b/README.md @@ -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.