-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show Image or Video inside Terminal #2288
Comments
What real usage does that has? |
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. |
This is related and has dependency on or a duplicate of #448. Actionable for this issue could be usage of a |
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 is an alias in powershell for get-childitem, didn't mean cmd.exe. |
Duplicate: #448 (also commands belong to shells - bash/cmd/pwsh etc, not terminals) |
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
The text was updated successfully, but these errors were encountered: