logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

View XZ Compressed Files - Display Content | Online Free DevTools by Hexmos

View XZ compressed files easily with xzless. Display content from xz and lzma archives using a command-line pager. Free online tool, no registration required.

xzless

Display text from xz and lzma compressed files. See also: less. More information: https://manned.org/xzless.

  • View a compressed file:

xzless {{path/to/file}}

  • View a compressed file and display line numbers:

xzless --LINE-NUMBERS {{path/to/file}}

  • View a compressed file and quit if the entire file can be displayed on the first screen:

xzless --quit-if-one-screen {{path/to/file}}

See Also