New Features
- added a
--no-linenumber
flag to remove line numbers from the markdown viewer - now allows configuring things through env variables
- added
--ls-opts
flag, allowing users to configure the ls command
Improvements:
- raw text from stdin now defaults to markdown instead of txt in the markdown viewer
- improved rendering of images in tmux by moving the cursor after the image
- improved GP support auto detetion -- especially in tmux
- the
--report
flag now shows more info - ascii video play now doesn't blink
- made the interactive image viewer blink less ~ to none -- making it easier to the eye
Bug Fixes:
- fixed an issue that tmux passthrough won't be enabled on the ls command
- the ls command now combines images by row to fix bugs from quick image printing
- fixed an issue where the interactive selector had special visible in windows
Install mcat 0.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Skardyy/mcat/releases/download/v0.3.1/mcat-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Skardyy/mcat/releases/download/v0.3.1/mcat-installer.ps1 | iex"
Download mcat 0.3.1
File | Platform | Checksum |
---|---|---|
mcat-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
mcat-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mcat-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
mcat-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |