**xxh**
* Complete support AppImage
* Added package management arguments `+I +L +RI +R`
* New package source string format `xxh-(shell|plugin)-<name>+(git|path)+(url|path)`.
Example: `xxh myhost +I xxh-shell-sample+git+https://github.com/xxh/xxh-shell-sample +s xxh-shell-sample`.
This allows use package management arguments in config `~/.xxh/.xxhc`:
hosts:
myhost: settings for myhost
-p: 2222 set special port
+s: xxh-shell-zsh set zsh shell
+I: xxh-plugin-zsh-ohmyzsh install xxh-plugin before connect
+e: ZSH_THEME="clean" set ohmyzsh theme