Forrest logo
back to context overview

pixterm

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
back to context overview