winprint 2.0

winprint - Advanced source code and text file printing for PowerShell.

By Charlie Kindel
@ckindel on Twitter

winprint 2.0

A modern take on the the classic source code printing app from 1988.

Advanced source code and text file printing for PowerShell. The perfect tool for printing source code, web pages, reports generated by legacy systems, documentation, or any text or HTML file. It works interactively or from the command line making it great for single users or whole enterprises.

winprint 2.0

winprint -verbose
VERBOSE: Out-WinPrint 2.0.3.0 - Copyright Kindel Systems, LLC - https://tig.github.io/winprint
out-winprint Program.cs
cat $profile.CurrentUserAllHosts | wp -Language powershell
ls .\* -include ('*.c', '*.h') | foreach { cat $_.FullName | out-winprint -p "LaserJet" -title $_.FullName -verbose}

Features

See User’s Guide for more details.

History

See About for the history prior to winprint 2.0.

I’m embarrased by a few bugs and performance issues that I want to fix before I declare beta; see Issues.