iterm-show-diagrams: Orphan Show instances for diagrams package that render inline in some terminals

[ bsd3, graphics, library ] [ Propose Tags ]

This package provides orphan Show instances for the QDiagram type from the diagrams package. This allows showing images from the GHCi prompt, which is really handy for development and experimentation.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <5.0), diagrams-lib, diagrams-rasterific, iterm-show, JuicyPixels [details]
License BSD-3-Clause
Copyright (c) 2018 Luke Clifton
Author Luke Clifton
Maintainer lukec@themk.net
Revised Revision 1 made by lukec at 2020-12-04T12:09:48Z
Category Graphics
Home page https://github.com/luke-clifton/iterm-show-diagrams
Uploaded by lukec at 2018-10-10T04:05:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 848 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-10-10 [all 1 reports]

Readme for iterm-show-diagrams-0.1.0.0

[back to package description]

iterm-show-diagrams

This library exports an orphan Show instance for diagrams.
It allows you to view images inline in your terminal if it is supported by the iterm-show library.

It also includes a function, draw which helps you to assign the correct type for the show instance incase you are using very generic functions.

screenshot