Forrest logo
tool overview
On this page you find all important commands for the CLI tool pixterm. If the command you are looking for is missing please ask our AI.

pixterm

Pixterm is a command line tool that allows you to display images and videos in the terminal. It is written in Go, making it compatible with multiple platforms including Windows, macOS, and Linux. This tool leverages ASCII art and ANSI escape codes to render the visual content in the terminal.

With Pixterm, you can easily convert image and video files into ASCII representations, creating a unique and retro display. It supports various file formats such as JPEG, PNG, GIF, and even animated GIFs. The tool also enables you to adjust the brightness and contrast of the displayed image/video.

Pixterm provides different rendering modes, including color, true color, black and white, and grayscale, allowing for customization based on personal preferences. It also offers options to adjust the frame rate, size, and position of the displayed content in the terminal.

Furthermore, Pixterm supports interactivity by allowing you to control the playback of videos with keyboard shortcuts like play, pause, and seek. This feature makes it an excellent tool for creating ASCII art animations.

Overall, Pixterm is a powerful command line tool that adds a creative touch to your terminal experience by bringing images and videos to life through ASCII representations.

List of commands for pixterm:

  • pixterm:tldr:40669 pixterm: Specify a custom aspect ratio using a specific number of [t]erminal [r]ows and [c]olumns.
    $ pixterm -tr ${24} -tc ${80} ${filename}
    try on your machine
    explain this command
  • pixterm:tldr:5a27a pixterm: Render a static image directly in the terminal.
    $ pixterm ${filename}
    try on your machine
    explain this command
  • pixterm:tldr:72c8d pixterm: Use the image's original aspect ratio.
    $ pixterm -s 2 ${filename}
    try on your machine
    explain this command
tool overview