Search Criteria
Package Details: mcat-bin 0.6.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mcat-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | mcat-bin |
| Description: | Terminal image, video, and Markdown viewer |
| Upstream URL: | https://github.com/Skardyy/mcat |
| Licenses: | MIT |
| Conflicts: | mcat |
| Provides: | mcat |
| Submitter: | skardy |
| Maintainer: | skardy |
| Last Packager: | skardy |
| Votes: | 3 |
| Popularity: | 0.160458 |
| First Submitted: | 2025-08-31 13:01 (UTC) |
| Last Updated: | 2026-05-02 15:20 (UTC) |
Dependencies (1)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
Latest Comments
skardy commented on 2026-04-04 13:09 (UTC)
I opened a renaming discussion at github, I'm still hesitant on renaming though
tee commented on 2026-04-04 12:58 (UTC)
can't install, same issue as below
m040601 commented on 2026-02-21 02:38 (UTC) (edited on 2026-02-21 03:59 (UTC) by m040601)
One annoying thing about this "mdcat-bin" PKGBUILD is the conflict with an "important" official Archlinux package, mtools. It also has a binary called "/usr/bin/mcat"
You were already warned of this here, https://reddit.com/r/rust/comments/1kef83e/just_released_two_rust_crates_markdownify_and/
Yes, unfortunate indeed. My personal opinion. Yes, you should do this rename ASAP. Whatever it might "cost" you. The more time you wait, the worst. If "mtools" was just a "simple" joe-nobody package, this wouldnt be such a big deal. Nobody wants to mess with important fs/partition/sys tools even if ocasionally used. Just respect the "old guy" that was there first ... :-) ....
pacman -Si mtools
$ pacman -Fl mtools
Some suggestions. Just add some "rs" to it. Something like "mcatrs" "rsmcat" or "mcat-rs" . Dont get stuck on that having to have the word "cat" on the name.
m040601 commented on 2026-02-21 02:33 (UTC) (edited on 2026-02-21 02:36 (UTC) by m040601)
$ tar tf mcat-bin/mcat-x86_64-unknown-linux-gnu.tar.xz
So you ship the "README.md" and the "CHANGELOG.md" there on the precompiled github binary. Nice. Please make sure to also install them with the PKGBUILD. So they land in,
You do it with the install -Dm644 XXXX "$pkgdir/usr/share/doc/XXXXX ..."
m040601 commented on 2026-02-21 02:18 (UTC) (edited on 2026-02-21 03:37 (UTC) by m040601)
Thanks for the tool and the PKGBUILD. I'm testing it as an alternative to the usefull and nice, https://github.com/swsnr/mdcat, that seems abandoned. Used to be an official Arch package. If convinced I would like to recommend "mcat" as a powerfull markdown helper to https://github.com/wofr06/lesspipe/ . Lesspipe is using "mdcat".
I'm very impressed with the power of that crate/lib "markdownify".
The important thing is that
Please change the "Desc" on the PKGBUILD to something more usefull. You have this,
It doesnt even include the word "markdown". I had a lot of trouble finding it.
On the github repo you have,
My suggestion
I, personally, dont like much theses references to "cat". Bat also does this thing ,
It just confuses the user. It hides the fact that these tools are just producing outuput enriched with escape sequences that can be seen directly on the terminal or paged.
mirsella commented on 2025-11-20 09:12 (UTC)
you're right thanks you !
skardy commented on 2025-11-19 17:35 (UTC)
I just verified the source files against the current upstream release, and the checksums in the PKGBUILD are correct on my end.
This usually happens if you have an old or corrupted file cached in your build directory. Your AUR helper might be trying to reuse that file instead of downloading a fresh one.
Please try deleting the cache folder for this specific package to force a redownload (e.g.,
rm -rf ~/.cache/yay/mcatif you are using yay) and then try again.mirsella commented on 2025-11-19 16:09 (UTC)
hello :)