• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2023

help-circle
  • I think the issue fundamentally is that this isn’t what terminal emulators are. The terminal emulator initializes a TTY session and enters a shell environment (sh, zsh, fish, etc). The medium is text and cannot be anything else.

    Begin able to view images in the terminal would be amazing alone - just like you can cat a text file. I would hate to need to launch a GUI program every time I wanted to see what was inside a text file but that is exactly what I need to do for images or PDFs.

    Would be convenient. There are things like neofetch’s backend capabilities that magically embeds images, but I don’t know how it works and it might not be scalable.

    Being able to collapse the output of a command would be nice as well.

    Skill issue. Pipe your output to something (like a file or the “less” command)