Skip to content

Releases: moonfruit/httpie-rich-terminal

Release list

v0.2.0

Choose a tag to compare

@moonfruit moonfruit released this 22 Jul 05:37
36c1b90

httpie-rich-terminal 0.2.0

All user-facing text is now English.

PyPI renders a single long_description with no i18n mechanism, so a public
package needs English -- and runtime output follows, since summary lines in
one language with docs in another is worse than either used consistently.

  • Summary lines, plugin description and package metadata are English
  • No functional change to rendering, terminal detection or scaling

v0.1.0

Choose a tag to compare

@moonfruit moonfruit released this 22 Jul 03:23
80c6fdd

httpie-rich-terminal 0.1.0

首个发布版本:在终端中内联显示 HTTPie 的图片响应。

支持终端:iTerm2、Ghostty、kitty、WezTerm

  • kitty graphics protocol(Ghostty 亦走此协议,它不实现 OSC 1337)
  • iTerm2 inline images protocol(WezTerm 亦走此协议)

行为:

  • 自动转换 WebP/BMP/TIFF/CMYK 等格式为 PNG
  • 小图永不放大;GIF 动画在 iTerm2/WezTerm 上保留
  • 不支持的终端与 tmux 下打印带尺寸信息的摘要行
  • 管道输出时插件不参与,原始字节完整通过

配置:HTTPIE_RICH_DISABLE / MAX_WIDTH / MAX_HEIGHT / PROTOCOL / DEBUG