master
/ miniconda3 / bin / zstdless

zstdless @74036c5

41a0142
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/sh

zstd=${ZSTD:-zstd}

# TODO: Address quirks and bugs tied to old versions of less, provide a mechanism to pass flags directly to zstd

export LESSOPEN="|-${zstd} -cdfq %s"
exec less "$@"