CHANGELOG
- 📈 markdown viewer now renders YAML headers in a box, but now disabled by default - to show the header you supply the
--headerflag - 📈 now .url files are also supported for image preview
- 📈 now .exe files are also supported for image preview
- 📈 now .lnk files are also supported for image preview
- 📈 the ls command now supports hyprlinks when supplied with the
--hyprlinkflag, or when theMCAT_HYPRLINKenv var is set to either true or 1 - 📈 ls command now supports different sorting methods via the
--sortflag, also with the--reverseflag
Install mcat 0.4.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Skardyy/mcat/releases/download/v0.4.6/mcat-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Skardyy/mcat/releases/download/v0.4.6/mcat-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install Skardyy/mcat/mcatDownload mcat 0.4.6
| File | Platform | Checksum |
|---|---|---|
| mcat-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mcat-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mcat-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| mcat-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| mcat-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| mcat-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |