Changelog
- added
mermaidsupport to thelscommand - added
--timeoutflag, timeout for fetching images from urls, the timeout applies to on connection and per packet, the default is 5s - added
rpmanddebpackaging for the release! - improved the markdown_viewer, now also renders html tables, span with colors and
<u><ins><mark><kbd><ul><ol><li><sup>tags - improved the markdown_viewer, now html is parsed in a more correct way, fixing excessive new lines
- improved the markdown_viewer, now supports description lists, shortcodes (e.g.
:thumbsup:), and superscript - improved the markdown_viewer, now nested inline formatting (e.g. bold containing highlight) preserves outer styling
- improved the markdown_viewer, images inside tables now have better logic for their sizing, fixing some images getting wrapped
- improved the markdown_viewer, should be faster for some markdowns with images
- improved the
lsspeed, now no longer auto decompressing - improved the scraping logic, now does it based on width and height (not content-size) and now also doesn't download candidates (should make it way faster)
- fixed an issue in the markdown_viewer, that certain images would get splitted
- fixed an issue in the markdown_viewer, where images with links would be slightly misaligned on the first row on some terminals
- fixed an issue in the markdown_viewer, where images with width/height containing px, wouldn't be respected
Install
Linux / macOS
curl -fsSL https://github.com/Skardyy/mcat/releases/download/v0.6.0-rc.3/install.sh | shPowerShell (Windows)
irm https://github.com/Skardyy/mcat/releases/download/v0.6.0-rc.3/install.ps1 | iexDebian / Ubuntu (.deb)
# glibc
curl -LO https://github.com/Skardyy/mcat/releases/download/v0.6.0-rc.3/mcat_0.6.0_amd64.deb
sudo dpkg -i mcat_0.6.0_amd64.deb
# musl
curl -LO https://github.com/Skardyy/mcat/releases/download/v0.6.0-rc.3/mcat-musl_0.6.0_amd64.deb
sudo dpkg -i mcat-musl_0.6.0_amd64.debFedora / RHEL (.rpm)
# glibc
sudo dnf install https://github.com/Skardyy/mcat/releases/download/v0.6.0-rc.3/mcat-0.6.0-1.x86_64.rpm
# musl
sudo dnf install https://github.com/Skardyy/mcat/releases/download/v0.6.0-rc.3/mcat-musl-0.6.0-1.x86_64.rpm