Sha256: 2fc6847c6686bde40042a721eafee490b3ec9ef539053068bdcc531cd8b47115

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 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)
[![Gem Version](https://badge.fury.io/rb/tp.png)](http://badge.fury.io/rb/tp)

![Demo](https://s3.amazonaws.com/justincampbell/tp.gif)

## 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

2 entries across 2 versions & 1 rubygems

Version Path
tp-0.5.0 Readme.md
tp-0.4.1 Readme.md