A terminal based preview tool for markdown.
- Navigation: move to the next or previous slide
- Text Movement: move text up or down within a slide
- Scrolling: scroll up or down within a slide
- Search: search for a specific word
- Tagbar: preview of slides
go install github.com/0x00-ketsu/slides@latestFrom source
git clone https://github.com/0x00-ketsu/slides.git
cd slides
make buildCreate(or copy an exist) a markdown file contains your slides, here's a simple example:
# Welcome to Slides
A Terminal based preview tool for markdown
---
# h1
## h2
### h3
#### h4
##### h5
###### h6
---
# Markdown components
You can use everything in markdown!
* Like bulleted list
* You know the deal
1. Numbered lists too
---
# Tables
| Tables | Too |
| ------ | ------ |
| Even | Tables |Then, run:
slides example.md slides is accepts input from stdin:
curl http://example.com/slides.md | slidesCopy the default configuration file to the your local home config directory.
slides config -cSee keymaps in default confguiration file.
MIT
