Tig

Results 235 issues of Tig

Right now it just pretty-prints .md files as markdown. There should be a way of forcing winprint to convert the .md file to html and render it.

enhancement

Someone please draw an amaze-balls winprint 2.0 icon. Pretty please. https://uxdesign.cc/7-principles-of-icon-design-e7187539e4a2?gi=23c0244c5b36

next-release

Currently WinPrint only supports local files. It should support pulling files to print from the web. e..g winprint https://github.com/tig/winprint This must be done in a secure way, especially if we...

enhancement

Mimic this interface: https://github.com/PeterWone/vsc-print

enhancement

Both GUI and Command Line?

enhancement

Support this: winprint program.cs --rows 1 --columns 8

enhancement

This should work, but doesn't yet: winprint program.cs --footer-text "{DateRevised:D}" --footer-font "Comic Sans MS, 10, bold" --footer-border-top-on --footer-border-bottom-off --footer-border-left-off --footer-border-right-off winprint program.cs --footer-on --header-off

enhancement

* Fixes #35 - Detects if pre-reqs (Python and Pygments) are installed when run. Installs Pygments if needed. * Fixes #37 - Rendering is stupidly slow. * Fixes #30 -...

**Describe the bug** In 2022 installers should be signed and downloadable from things like Windows Store/winget.

I want the same version # to be shared across 3 projects that make up the same Solution. .NET core. How do I do this? If I put `msbump` files...