Package Details: comchan-ratty 0.14.0-1

Git Clone URL: https://aur.archlinux.org/comchan-ratty.git (read-only, click to copy)
Package Base: comchan-ratty
Description: A blazingly fast minimal serial monitor with plotter TUI and more (With 3D support)
Upstream URL: https://github.com/Vaishnav-Sabari-Girish/ComChan
Keywords: tui,embedded,uart,braille,wireframe,ratatui
Licenses: MIT
Submitter: vaishnav
Maintainer: vaishnav
Last Packager: vaishnav
Votes: 1
Popularity: 0.49
First Submitted: 2026-06-11 10:22 (UTC)
Last Updated: 2026-07-06 11:32 (UTC)

Latest Comments

vaishnav commented on 2026-06-14 07:50 (UTC)

Hey @m04061 , Thank you for the advice. I'll make the changes soon. Apologies for the inconvenience

m040601 commented on 2026-06-14 06:03 (UTC) (edited on 2026-06-14 06:08 (UTC) by m040601)

Thanks for the work on this interesting new tool and the PKGBUILD.

Please add

 ComChan with 3D features

to the "Description" of the PKGBUILD "comchan-ratty" to distinguish for the other PKGBUILD "comchan". It is confusing to AUR users.

Can't you do a binary tar.gz release on github ? And a PKGBUILD "comchan-bin" ? That would be great for users who dont want to download and compile Rust on small computers, Raspberry pi etc.

You should also ship the README.md and CHANGELOG.md so that they land on

/usr/share/doc/comchan/README.md
/usr/share/doc/comchan/CHANGELOG.md

You also have nice plain markdown files in "docs", https://github.com/Vaishnav-Sabari-Girish/ComChan/wiki. Ship them to

/usr/share/doc/comchan/wiki/cli ... output ... etc .md

Dont force the user to go online to read the docs.

Thanks in advance.