This commit is contained in:
Jasper Van der Jeugt 2016-09-24 15:23:28 +09:00
parent 75256c1d57
commit 4f56c4bb89
2 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,12 @@
patat
=====
`patat` (Presentations In The ANSI Terminal) is a small tool that allows you to
show presentations using only an ANSI terminal. It does not require `ncurses`.
`patat` is written in [Haskell] and built upon the great [Pandoc] library. This
means it is not limited to Markdown, but it supports basically every input
format that Pandoc supports.
[Haskell]: http://haskell.org/
[Pandoc]: http://pandoc.org/

View File

@ -1,4 +1,4 @@
Name: schuif
Name: patat
Version: 0.1.0.0
Synopsis: Terminal-based pandoc presentation tool
Description: Terminal-based pandoc presentation tool
@ -12,7 +12,7 @@ Build-type: Simple
Extra-source-files: CHANGELOG.md
Cabal-version: >=1.10
Executable schuif
Executable patat
Main-is: Main.hs
Ghc-options: -Wall
Hs-source-dirs: src
@ -24,4 +24,3 @@ Executable schuif
base >= 4.9 && < 4.10,
pandoc >= 1.17 && < 1.18,
terminal-size >= 0.3 && < 0.4
-- other-modules: