carettah: A presentation tool written with Haskell.

[ gpl, graphics, program ] [ Propose Tags ]

A presentation tool written with Haskell.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.1.0, 0.1.1, 0.1.2, 0.2.0, 0.3.0, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.5.1
Dependencies base (>=4 && <5), cairo, directory, filepath, gtk (>=0.13), gtk2hs-buildtools, hcwiid, highlighting-kate, mtl, pandoc (>=1.14), pango, process, text, time [details]
License GPL-3.0-only
Author Kiwamu Okabe <kiwamu@debian.or.jp>
Maintainer Kiwamu Okabe <kiwamu@debian.or.jp>
Category Graphics
Home page https://github.com/master-q/carettah
Source repo head: git clone https://github.com/master-q/carettah.git
Uploaded by KiwamuOkabe at 2016-09-30T14:01:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables carettah, _carettah_main_
Downloads 12414 total (41 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-09-30 [all 4 reports]

Readme for carettah-0.5.1

[back to package description]

Carettah := Make your presentation more fun! Build Status

How to use

$ mkdir new_dir
$ cd new_dir
$ carettah -n new_slide.md &
$ vi new_slide.md

if you would like to use wii remote...

$ carettah -w new_slide.md
Put Wiimote in discoverable mode now (press 1+2)...

How to install

Install below:

$ sudo apt-get install libcwiid-dev fonts-noto-cjk haskell-stack

And stack install.

$ git clone https://github.com/master-q/carettah.git
$ cd carettah
$ stack setup
$ stack install gtk2hs-buildtools
$ stack install

For more detail

Memo

  • cairoFontMapGetDefault >>= pangoFontMapListFamilies :: IO [FontFamily] can get list of font names.
  • pangoFontFamilyIsMonospace :: FontFamily -> Bool can find mono fonts.

Acknowledgment

The carettah icon is created by VisualPharm (Ivan Boyko). The icon is found at Icon Search Engine. Thank's a lot!