mirror of
https://github.com/xxh/xxh
synced 2024-11-15 08:37:11 +00:00
v0.1 readme
This commit is contained in:
parent
2feb4e41f1
commit
a413674709
2 changed files with 13 additions and 13 deletions
22
README.md
22
README.md
|
@ -22,21 +22,21 @@ xxh <server>
|
|||
|
||||
## Usage
|
||||
```
|
||||
$ xxh --help
|
||||
usage: xxh [-h] [-i] [-if] [-rxh REMOTE_XXH_HOME] [-m METHOD] [-lh LOCAL_HOME]
|
||||
[-V]
|
||||
$ xxh -h
|
||||
usage: xxh [-h] [-i] [-if] [-rxh REMOTE_XXH_HOME] [-m METHOD]
|
||||
[-lxh LOCAL_XXH_HOME] [-V]
|
||||
[destination]
|
||||
|
||||
The xxh is for using the xonsh shell wherever you go through the ssh.
|
||||
|
||||
____ _________ @ @
|
||||
______ / \ \__/
|
||||
____ / ____ \ / \ contribution
|
||||
_____ / / \ \ / _/ https://github.com/xonssh/xxh
|
||||
___ ( \ \_/ ) /
|
||||
___ _________ @ @
|
||||
_____ / \ \__/
|
||||
___ / ____ \ / \ contribution
|
||||
____ / / \ \ / _/ https://github.com/xonssh/xxh
|
||||
__ ( \ \_/ ) /
|
||||
\ \_____/ / / plugins
|
||||
___\ / / https://github.com/search?q=xxh-plugin
|
||||
/____\_________/___/
|
||||
__\___________/ / https://github.com/search?q=xxh-plugin
|
||||
/_________________/
|
||||
|
||||
positional arguments:
|
||||
destination Destination may be specified as hostname or server name from ~/.ssh/config
|
||||
|
@ -49,7 +49,7 @@ optional arguments:
|
|||
Set the remote xxh home directory. Default: ~/.xxh
|
||||
-m METHOD, --method METHOD
|
||||
Installation method. Currently supported only 'appimage' method
|
||||
-lh LOCAL_HOME, --local-home LOCAL_HOME
|
||||
-lxh LOCAL_XXH_HOME, --local-xxh-home LOCAL_XXH_HOME
|
||||
Local xxh home path. Default: ~/.xxh
|
||||
-V, --version Show xxh version
|
||||
```
|
||||
|
|
4
xxh
4
xxh
|
@ -40,8 +40,8 @@ def xonssh():
|
|||
{s}____ / / \\ \\ / _/ {url_xxh_github}
|
||||
{s}__ ( \\ \\_/ ) /
|
||||
\\ \\_____/ / / plugins
|
||||
{' ' if not t else ''} _{t}_\\ / / {url_xxh_plugins_search}
|
||||
{' ' if not t else ''} /_{t}__\\_________/___/
|
||||
{' ' if not t else ''} _{t}_\\___________/ / {url_xxh_plugins_search}
|
||||
{' ' if not t else ''} /_{t}________________/
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue