justincampbell/tp

View on GitHub
slides.md

Summary

Maintainability
Test Coverage
# tp

# tp

Terminal Presenter

> These are presenter notes
> They are hidden when presenting

# tp

Presents Markdown slides in your terminal

# Installation

```sh
$ gem install tp
```

# Usage

```sh
$ 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