mogif

mogif — 一款在 macOS 上使用字符创建动画 GIF 的命令行工具。

要求

安装

要安装最新版本的 mogif,您可以在此处下载。

用法

Usage: mogif [options]
  -c, --characters:
      Characters for creating GIF image.
  -o, --output:
      Path to the output file.
  -f, --frameDelay:
      Frame Delay. 1 means 1 second, 0.5 means half a second. (Default: 1.0)
  -l, --loopCount:
      Loop Count. 0 means loop forever. (Default: 0)
  -h, --help:
      Prints a help message.

示例

构建

$ swift build

许可

MIT