mirror of
https://github.com/xxh/xxh
synced 2024-11-15 08:37:11 +00:00
Update README.md
This commit is contained in:
parent
c4a6574861
commit
5d9095dc6e
1 changed files with 8 additions and 7 deletions
|
@ -1,5 +1,13 @@
|
|||
**xxh plugin** — is the set of files which will be run when xonsh will be installed or started though xxh.
|
||||
|
||||
## xxh plugins list
|
||||
|
||||
* [Pipe Liner](https://github.com/xonssh/xxh-plugin-pipe-liner)
|
||||
* [Bar Theme](https://github.com/xonssh/xxh-plugin-theme-bar)
|
||||
* [Autojump](https://github.com/xonssh/xxh-plugin-autojump)
|
||||
|
||||
[Search more xxh plugins on Github](https://github.com/search?q=xxh-plugin)
|
||||
|
||||
## Install xxh plugin
|
||||
|
||||
To install xxh plugin just place the plugin directory to the `plugins`. Example:
|
||||
|
@ -12,13 +20,6 @@ Then run:
|
|||
xxh <server>
|
||||
```
|
||||
|
||||
## xxh plugins list
|
||||
|
||||
* [Bar Theme](https://github.com/xonssh/xxh-plugin-theme-bar)
|
||||
* [Autojump](https://github.com/xonssh/xxh-plugin-autojump)
|
||||
|
||||
[Search more xxh plugins on Github](https://github.com/search?q=xxh-plugin)
|
||||
|
||||
## Create xxh plugin
|
||||
|
||||
To create xxh plugin you can create directory in `~/.xxh` (by default) on your home host with files:
|
||||
|
|
Loading…
Reference in a new issue