Show Image or Video inside Terminal #3204

Closed
opened 2026-01-30 23:15:41 +00:00 by claunia · 6 comments
Owner

Originally created by @jrahma on GitHub (Aug 6, 2019).

Hi,

Please add show command which will show image or video files inside the terminal, crazy idea?

Well, something like this:

show myphoto.png

or:

show myvideo.mpeg

It can also be shown when using dir so if the file is an image it will show the image in small thumbnail

Thanks,
Jassim

Originally created by @jrahma on GitHub (Aug 6, 2019). Hi, Please add **show** command which will show image or video files inside the terminal, crazy idea? Well, something like this: `show myphoto.png` or: `show myvideo.mpeg` It can also be shown when using dir so if the file is an image it will show the image in small thumbnail Thanks, [Jassim](https://maxmon.softnames.com)
claunia added the Issue-FeatureNeeds-TriageResolution-Duplicate labels 2026-01-30 23:15:41 +00:00
Author
Owner

@catthehacker commented on GitHub (Aug 6, 2019):

What real usage does that has?
How does that improves anything?

@catthehacker commented on GitHub (Aug 6, 2019): What real usage does that has? How does that improves anything?
Author
Owner

@JamesG269 commented on GitHub (Aug 6, 2019):

I think adding images to the console is a great idea, it allows you to inspect the content without having to switch to another program, so you can see what you are doing commands on. Make it optional of course, for those who don't need or want it. Something like "dir -thumbnails" that shows thumbnails of images or videos is desirable. Maybe it could just fetch them from the explorer thumbnail cache. In addition to utility, it would make the console look pretty cool.

@JamesG269 commented on GitHub (Aug 6, 2019): I think adding images to the console is a great idea, it allows you to inspect the content without having to switch to another program, so you can see what you are doing commands on. Make it optional of course, for those who don't need or want it. Something like "dir -thumbnails" that shows thumbnails of images or videos is desirable. Maybe it could just fetch them from the explorer thumbnail cache. In addition to utility, it would make the console look pretty cool.
Author
Owner

@WSLUser commented on GitHub (Aug 6, 2019):

This is related and has dependency on or a duplicate of https://github.com/microsoft/terminal/issues/448. Actionable for this issue could be usage of a show or similar command. This needs to keep in mind compatibility with other shells, especially if sshing into a network device such as those by Cisco where show is a primary CLI command.

@WSLUser commented on GitHub (Aug 6, 2019): This is related and has dependency on or a duplicate of https://github.com/microsoft/terminal/issues/448. Actionable for this issue could be usage of a `show` or similar command. This needs to keep in mind compatibility with other shells, especially if sshing into a network device such as those by Cisco where `show` is a primary CLI command.
Author
Owner

@dhrdlicka commented on GitHub (Aug 6, 2019):

I guess nothing prevents anyone from implementing this in a separate application or a PowerShell module, as long as the Terminal supports the appropriate VT sequences (#448). However, I see no real reason why should this specific functionality be integrated into the Terminal or the Command Prompt.

I can see some good use cases there, such as being able to inspect image/video files over a remote CLI connection (SSH/telnet), but as I said before, I don't feel like this ability belongs in a terminal nor a shell.

I especially don't hold my hopes high on the "thumbnails in dir" idea, since as far as I am aware the Command Prompt is not really actively maintained anymore, being included only for backward compatibility purposes and I am afraid that this would pretty much be a breaking change.

@dhrdlicka commented on GitHub (Aug 6, 2019): I guess nothing prevents anyone from implementing this in a separate application or a PowerShell module, as long as the Terminal supports the appropriate VT sequences (#448). However, I see no real reason why should this specific functionality be integrated into the Terminal or the Command Prompt. I can see some good use cases there, such as being able to inspect image/video files over a remote CLI connection (SSH/telnet), but as I said before, I don't feel like this ability belongs in a terminal nor a shell. I especially don't hold my hopes high on the "thumbnails in `dir`" idea, since as far as I am aware the Command Prompt is not really actively maintained anymore, being included only for backward compatibility purposes and I am afraid that this would pretty much be a breaking change.
Author
Owner

@JamesG269 commented on GitHub (Aug 6, 2019):

dir is an alias in powershell for get-childitem, didn't mean cmd.exe.

@JamesG269 commented on GitHub (Aug 6, 2019): dir is an alias in powershell for get-childitem, didn't mean cmd.exe.
Author
Owner

@oising commented on GitHub (Aug 6, 2019):

Duplicate: https://github.com/microsoft/terminal/issues/448 (also commands belong to shells - bash/cmd/pwsh etc, not terminals)

@oising commented on GitHub (Aug 6, 2019): Duplicate: https://github.com/microsoft/terminal/issues/448 (also commands belong to shells - bash/cmd/pwsh etc, not terminals)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#3204