github xxh/xxh 0.7.6

latest releases: 0.8.14, 0.8.13, 0.8.12...
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
    

Don't miss a new xxh release

NewReleases is sending notifications on new releases.