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… :/
arch-meson
is a small wrapper script formeson
:$ cat /usr/bin/arch-meson #!/bin/bash -ex # Highly opinionated wrapper for Arch Linux packaging exec meson setup \ --prefix /usr \ --libexecdir lib \ --sbindir bin \ --buildtype plain \ --auto-features enabled \ --wrap-mode nodownload \ -D b_pie=true \ -D python.bytecompile=1 \ "$@"