New Features:
- added -a --hidden flag for showing hidden files, along with making hidden files off by default.
- --pretty -p flag removed in favor of auto detecting if stdout is tty
- the pretty print of markdown is significantly improved
- now attempts to send text to a pager when the output is bigger then the screen and stdout is tty
- added catppuccin, nord, monokai, dracula, gruvbox, one_dark, solarized, tokyo_night themes!
- added
--generate
flag for generating shell completions for zsh/bash/fish/powershell - kitty animation frames are stored in shm objects (writes the animation way faster, and less cpu power)
- added tmux support
- added kitty inline support; allows for having kitty images/animations be scrollable in apps like vim,tmux.
- added
-o interactive
mode to zoom & pan images for more detail
Fixes:
- fixed an issue where the zoom / pan aspect ratio would stay the same, making it difficult to see in some cases.
- fixed an issue in the ls command that would make the first item in a row up by 1 cell
- improved Iterm's graphic protocol support-detection
- fixed an issue that restricted rendering HTML into image directly
- fixed an issue where the process will quit when detecting symlink loop instead of just continuing
Install mcat 0.3.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Skardyy/mcat/releases/download/v0.3.0/mcat-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Skardyy/mcat/releases/download/v0.3.0/mcat-installer.ps1 | iex"
Download mcat 0.3.0
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 |