https://github.com/jacobcrabill/slidey
Simple, elegant slideshows in the terminal
https://github.com/jacobcrabill/slidey
markdown presentation-tools terminal zig
Last synced: 10 months ago
JSON representation
Simple, elegant slideshows in the terminal
- Host: GitHub
- URL: https://github.com/jacobcrabill/slidey
- Owner: JacobCrabill
- Archived: true
- Created: 2024-03-26T00:12:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-12T04:11:33.000Z (11 months ago)
- Last Synced: 2025-07-12T06:13:59.944Z (11 months ago)
- Topics: markdown, presentation-tools, terminal, zig
- Language: Zig
- Homepage:
- Size: 81.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slidey: Elegant Slideshows in Zig
> [!IMPORTANT]
> This project is deprecated in favor of using [zigdown](https://github.com/JacobCrabill/zigdown)
> directly (use the 'present' command).
Use Markdown to create simple yet elegant slide shows
Test example:
```bash
zig build -Doptimize=ReleaseSafe
./zig-out/bin/slidey -s test/deck/slides.txt test/deck
```
## Demo
Note that rendering images requires a terminal with support for the
[Kitty Graphics Protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol). Text-capture tools
like the `asciinema` cast below are unable to capture the RGB image data of the protocol.
[](https://asciinema.org/a/667398)