Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 558 Bytes

poshpics

Inspired by reddit-powershell-drawing, this is yet another script to display image files in the terminal.

It features two ways of fitting the image, either filling the console distorting the image or finding the best fit without distorting it - leaving blank space around it if needed.

Example screenshot

Syntax:

.\draw.ps1 "C:\Path\To\Image.png"
.\draw.ps1 "C:\Path\To\Image.png" -Fit "FillTerminal"