Andy Kipp
Andy Kipp
I've updated [xxh-shell-fish](https://github.com/xxh/xxh-shell-fish) and it has all fish functionality now with reduced size of package. Recommend to update: ``` xxh +RI xxh-shell-fish xxh myhost +if ```
> Also the link to the example plugin xxh/xxh-plugin-fish-sample is a broken link. I've added the sample plugin repo: https://github.com/xxh/xxh-plugin-fish-sample
By default: * `~/.xxh` - xxh "root" directory. It will be deleted when using `+iff` (install force full) * `~/.xxh/xxh` - xxh packages directory. It will be deleted when using...
> For Fish shell this is ~/.config/fish/config.fish. We should find a way to change this for xxh-shell or ask fish shell developers. > OK since the the RC file is...
> Is a subdirectory of ~/.xxh/ where the Fish shell configuration should get saved? So something like ~/.xxh/.xxh-shell-fish/fish/config.fish or is this just for the plugins? Think about `~/.xxh` as a...
You're completely right. I'll do it a bit later.
I've added **xxh-plugin-bash-ohmybash** plugin. So you can review the simplest Bash version of xxh packages ecosystem: 1. [Load bashrc file in entrypoint.sh](https://github.com/xxh/xxh-shell-bash-zero/blob/master/entrypoint.sh#L89) 2. [Load pluginrc.sh in bashrc file](https://github.com/xxh/xxh-shell-bash-zero/blob/master/bashrc#L3) 3. [Load...
@frederickjh I've added new type of plugins: prerun plugins in xxh 0.7.11. Prerun plugin is a bash script which will be run on entrypoint stage immediately before shell running. It...
@frederickjh could you please create `xxh.fish` file for [seamless mode](https://github.com/xxh/xxh/wiki#what-is-seamless-mode)?
In short: seamless mode script just get environment variables which described in `env` files in plugins and add it as base64 encoded `+heb` arguments to xxh. For example if you...