Hi,
I’m looking for a soft to create ASCII diagram like (or better) https://asciiflow.com/
ideally:
- FLOSS
- for linux
- offline
- no javascript.
I’ve found a candidate ascii-draw and it’s write in Python ❤️ 🐍, but it’s only available as flatpack… :/
Hi,
I’m looking for a soft to create ASCII diagram like (or better) https://asciiflow.com/
ideally:
I’ve found a candidate ascii-draw and it’s write in Python ❤️ 🐍, but it’s only available as flatpack… :/
The AUR PKGBUILD shows a pretty simple recipe:
build() { arch-meson "${pkgname}-${pkgver//+/-}" build meson compile -C build } package() { meson install -C build --destdir "${pkgdir}" # permission fix chmod 755 "${pkgdir}/usr/bin/ascii-draw" }
I’ve been seeing arch-meson often used, but haven’t explored what it does. Some day…
Though it’s way more fun to use text specification, like the one referenced by @fratermus@lemmy.sdf.org