Xxh Versions Save

🚀 Bring your favorite shell wherever you go through the ssh. Xonsh shell, fish, zsh, osquery and so on.

0.7.8

4 years ago

xxh

  • Fix rsync: missing core directory

xxh-plugin-fish-ohmyfish

  • New plugin!

0.7.7

4 years ago

xxh Github branch support when install packages:

xxh +I xxh-shell-example+git+https://github.com/xxh/xxh-shell-example/tree/mybranch

0.7.6

4 years ago

xxh and all xxh-shells

New HOME and XDG logic:

  1. xxh user@myhost - hermetic environment:

    $XXH_HOME=/home/user/.xxh
    $HOME    =/home/user/.xxh
    $XDG_HOME=/home/user/.xxh
    
  2. xxh user@myhost +hhh '~' - semihermetic environment because if you run a tool that doesn't support XDG it will write to user home:

    $XXH_HOME=/home/user/.xxh
    $HOME    =/home/user
    $XDG_HOME=/home/user/.xxh
    
  3. xxh user@myhost +hhh '~' +hhx '~' - xxh works like ssh:

    $XXH_HOME=/home/user/.xxh
    $HOME    =/home/user
    $XDG_HOME=/home/user
    

0.7.5

4 years ago

xxh-plugin-bash-ohmybash

  • New plugin for xxh-shell-bash-zero!

xxh

  • Fix directory names for package installation

xxh.bash

  • Fix seamless mode

xxh-dev

  • New tests for bash

0.7.4

4 years ago

xxh Added $XDG_CONFIG_HOME support (https://ploum.net/207-modify-your-application-to-use-xdg-folders/). Note you need to move your current config to ~/.config/xxh/config.xxhc.

0.7.3

4 years ago

Fixed seamless mode

0.7.2

4 years ago

Maintenance

0.7.1

4 years ago

xxh

  • Fix +hh and +hhh logic

0.7.0

4 years ago

This major xxh release contains breaking and significant changes:

  • Default $HOME on the host was set to $XXH_HOME (~/.xxh by default). It makes xxh session more hermetic. If you want to stay at default ~/ on the host use +hhh "~" argument (you can add it to config ~/.xxh/.xxhc).
  • xxh packages directory renamed from ~/.xxh/xxh to ~/.xxh/.xxh to make $XXH_HOME more clear. You should reinstall your xxh packages using xxh +RI <package> and update your hosts by using +if argument.
  • All xxh family updated along with changes above

0.6.21

4 years ago

xxh

  • Fix files permissions

xxh.bash

  • Fixed shell name