ascii-art-to-unicode 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+5/−52 lines, 3 filesbinary-addedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +3/−51
- ascii-art-to-unicode.cabal +2/−1
- screenshot.png binary
README.md view
@@ -1,62 +1,14 @@ ASCII art to Unicode converter ============================== +Hackage Link: [https://hackage.haskell.org/package/ascii-art-to-unicode](https://hackage.haskell.org/package/ascii-art-to-unicode)+ Small CLI program to convert ASCII box drawings to unicode. Inspired by [svgbob](https://github.com/ivanceras/svgbobrus) and [The Monads Hidden Behind Every Zipper](http://blog.sigfpe.com/2007/01/monads-hidden-behind-every-zipper.html). --```-> aa2u-+-------------+ |-| Hello World | | -----+-+-------------+ | | +--+- | +-----+ |-----------------------------+ |- | +------+- +-----+---. | |- | +---+ | +--+ |- .---| |---. | | | |- | +---------+ |# | | | |- | |# | | +--+- '-----------------'# | +---------+- ################## |--+------+-----+---------+-| This | is | a table |-+------+-----+---------+-| It | has | some |-+------+-----+---------+-| values | |-+------+-----+---------+-| 0 | 1 | 2 | 3 |-+------+-----+----+----+-^D-┌─────────────┐ │-│ Hello World │ │ ─────┐-└─────────────┘ │ │ ┌──┐- │ └─────┘ │-────────────────────────────┤ │- │ ┌──────┘- ┌─────┬───╮ │ │- │ └───┤ │ ┌──┐ │- ╭───│ │───╮ │ │ │ │- │ └─────────┘ │█ │ │ │ │- │ │█ │ │ └──┘- ╰─────────────────╯█ │ └──────────- ██████████████████ │--┌──────┬─────┬─────────┐-│ This │ is │ a table │-├──────┼─────┼─────────┤-│ It │ has │ some │-├──────┴─────┼─────────┤-│ values │ │-├──────┬─────┼─────────┤-│ 0 │ 1 │ 2 │ 3 │-└──────┴─────┴────┴────┘-```+ ### Usage:
ascii-art-to-unicode.cabal view
@@ -1,5 +1,5 @@ name: ascii-art-to-unicode-version: 0.1.0.0+version: 0.1.0.1 synopsis: ASCII Art to Unicode Box Drawing converter description: @aa2u@ converts ASCII Art box drawings to Unicode.@@ -22,6 +22,7 @@ copyright: 2017 Franz Thoma build-type: Simple extra-source-files: README.md+ , screenshot.png , stack.yaml cabal-version: >=1.10
+ screenshot.png view
binary file changed (absent → 25902 bytes)