Florian Eberle f4896d331c update SPEC.md
2026-03-02 08:19:13 +01:00
2026-03-01 17:33:54 +01:00
2026-03-01 17:33:54 +01:00
2026-03-01 17:33:54 +01:00
2026-03-02 08:19:13 +01:00

slider

Terminal markdown slideshow. Write slides in a single .md file, split them with ---, and navigate with keyboard shortcuts.

Requirements

Usage

./bin/slider presentation.md

Controls

Key Action
n / right arrow Next slide
p / left arrow Previous slide
q Quit

Writing slides

Separate slides with a --- on its own line:

# Slide one

Some content here.

---

# Slide two

More content.

See examples/presentation.md for a full example.

Description
No description provided
Readme 27 KiB
Languages
Shell 100%