CHANGELOG
- added pdf to the ls command, now pdf are printed as image rather then a stub svg
- added ghostty loading bar for ghostty users, replaces the previous loading bar for when fetching images from urls
- added logic to wrap table cells in the markdown_viewer, #63, (@sideshowbarker)
- improved queries from url, now detects types using the ext of the url too if exists
- improved the file tree rendering for when there is multiple files
- fixed an issue where files wouldn't carry over information in the pipeline, e.g. an pdf file would be converted to image, and the original path will be lost and not displayed
- fixed an issue that made the ls command ignore files in .gitignore
- fixed an issue in the markdown_viewer where color won't carry over in wrapped lines after a certain format
- fixed an issue in the markdown_viewer where thematic break would get wrapped in very small screens
- fixed an issue in the markdown_viewer where wrapping of lists inside other blocky elements like alert will be flawed, #72
- fixed an issue in the markdown_viewer where html elements inside "`" and "```" would be consumed as html, #70
- fixed an regression that would make converting an html file to image fail
Install
Linux / macOS
curl -fsSL https://github.com/Skardyy/mcat/releases/download/v0.5.4/install.sh | shPowerShell (Windows)
irm https://github.com/Skardyy/mcat/releases/download/v0.5.4/install.ps1 | iexDownload
| File | Platform | Checksum |
|---|---|---|
| mcat-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| mcat-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| mcat-x86_64-unknown-linux-gnu.tar.xz | x64 Linux (gnu) | checksum |
| mcat-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux (gnu) | checksum |
| mcat-x86_64-unknown-linux-musl.tar.xz | x64 Linux (musl) | checksum |
| mcat-aarch64-unknown-linux-musl.tar.xz | ARM64 Linux (musl) | checksum |
| mcat-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |