Bug fixes:
- fixed a bug where the names of files in the ls command won't show in windows
Improvements:
- made the interactive selector prettier -- now with icons, colors and more ANSI formatting
New features:
- added
--paging, -p, -P
flags to disable / enable paging forcefully - added
--pager
flag and MCAT_PAGER env, to modify the pager used - added
--color -c -C
flags to enable / disable ANSI formatting forcefully
Install mcat 0.3.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Skardyy/mcat/releases/download/v0.3.2/mcat-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Skardyy/mcat/releases/download/v0.3.2/mcat-installer.ps1 | iex"
Download mcat 0.3.2
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 |