Sha256: 830b62ad09917b8cb6fc602d5ad2e79064b4691ea6d2296aab3a3899f58c37c6

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

# tp [![Build Status](https://secure.travis-ci.org/JustinCampbell/tp.png)](https://secure.travis-ci.org/JustinCampbell/tp) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/JustinCampbell/tp)

![Screenshot](http://f.cl.ly/items/0P0V2l2q381S3m3J0p0U/Screen%20Shot%202012-08-14%20at%207.52.52%20AM.png)

## Installation and Usage

```sh
gem install tp
tp slides.md
```

## Slide Deck

```md
# tp

# tp

Terminal Presenter

# tp

Presents Markdown slides in your terminal

# Installation

gem install tp

# Usage

tp slides.md

# Navigation

* Arrow keys
* Space/Enter/Backspace
* H,J,K,L
* W,A,S,D
* Q to quit

# Paragraphs

Short paragraphs are centered

# Paragraphs

Sometimes paragraphs are really really long and might wrap a few lines. It does its best to wrap them logically. Also, they stay left-aligned.

# Paragraphs

There can also be...

...multiple paragraphs.

# Code

\```rb
class And
  def it
    highlights(:code)
  end
end
\```

#

Headers can also be blank

# Contribute

justincampbell/tp

# Thanks!

@justincampbell
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tp-0.4.0 Readme.md