mirror of
https://github.com/jaspervdj/patat.git
synced 2024-12-02 06:37:32 +03:00
Rename
This commit is contained in:
parent
75256c1d57
commit
4f56c4bb89
12
README.md
12
README.md
@ -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/
|
@ -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:
|
Loading…
Reference in New Issue
Block a user