#png #ascii-art #image #text-image #linux #linux-terminal #platform

app cermic

在您的终端中打印 .png 图像为 ascii 艺术字!

1 个稳定版本

1.0.0 2023年11月12日

#1104文本处理

GPL-3.0-or-later

140KB
186

瓷米

一个用 Rust 编写的简单程序,它从图像库中抓取文本并将随机 PNG 图像打印到终端。

注意:目前,瓷米仅官方支持 Linux,但它可能在其他类似 Linux 的平台上运行。

安装 (/usr/local/bin/)

您可以通过以下步骤轻松将瓷米安装到任何 Linux 发行版!

  1. 请确保已安装 Git。
  2. 请确保已安装 Rust。 (https://rust-lang.net.cn)
  3. 运行以下命令。
git clone https://codeberg.org/Oglo12/cermic.git && cd cermic && cargo build --release && sudo mv target/release/cermic /usr/local/bin/ && cd .. && rm -rf cermic && echo "All done! :-)" && echo "Now you can use the command \"cermic\"!"

如何使用

使用 2 个参数运行程序,缩放和 PNG 库(完整路径)。如果您愿意,可以在 Linux 的 .bashrc 中添加此操作。

顺便说一下,您可以使用 -f 选项指定特定文件!

示例

目录: cermic 1 ~/.cermic_repo
文件: cermic 1 ~/.cermic_repo/sh_red.png -f

依赖关系

~13–23MB
~116K SLoC