mirror of
https://github.com/xxh/xxh
synced 2025-02-16 20:38:27 +00:00
README
This commit is contained in:
parent
38eaa877ec
commit
44bc1a3eef
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ If you like the idea of xxh click ⭐ on the repo and stay tuned.
|
|||
<tr style="border: 0px !important;">
|
||||
<td valign="top" style="border: 0px !important;"><b>Be open and fork-ready</b>. Every xxh repo could be forked, customized and reused without waiting for package management system, xxh releases or any third party. Currently supported five shells and the count could be increased by community.</td>
|
||||
<td valign="top" style="border: 0px !important;"><b>Do more</b>. The xxh packages are not only about shells. Any type of tool or code could be behind entrypoint. If you want to play <a href="https://sites.google.com/site/doctormike/pacman.html">pacman4console</a> on the remote host just put it as entrypoint in xxh-shell.</td>
|
||||
<td valign="top" style="border: 0px !important;"><b>Chameleon</b>. Switching the shells as easy as possible and not really needed to use only one shell. Choose your current shell along with task you want to solve: <code>xxh anyhost +s xonsh</code> for python environment, osquery for simple querying, fish for modern features or time-tasted zsh and bash. </td>
|
||||
<td valign="top" style="border: 0px !important;"><b>Chameleon</b>. Switching the shells as easy as possible and not really needed to use only one shell. Choose your current shell along with task you want to solve: <code>xxh anyhost +s xonsh</code> for python environment, osquery for simple querying, fish for modern features or time-tested zsh and bash. </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -30,7 +30,7 @@ If you like the idea of xxh click ⭐ on the repo and stay tuned.
|
|||
pip3 install xxh-xxh
|
||||
```
|
||||
|
||||
#### [pipx](https://pipxproject.github.io/pipx/)
|
||||
#### [pipx](https://pipxproject.github.io/pipx/) - good alternative to brew and pip, read [comparision](https://pipxproject.github.io/pipx/comparisons/)
|
||||
```shell script
|
||||
pipx install xxh-xxh
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue