maaslalani/slides

Terminal based presentation tool

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 5th, 2026
Created on May 5th, 2021
Open Issues & Pull Requests: 77 (+0)
GitHub issues: Enabled
Number of forks: 315
Total Stargazers: 11,651 (+0)
Total Subscribers: 61 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 29.4 days
Mean response time: 154.7 days
90th percentile: 358.9 days
Tracked items: 11

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 15
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 711 days
Stale 30+ days: 15
Stale 90+ days: 15

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Slides is a terminal-based presentation tool that renders markdown files as interactive slideshows in the command line.

The tool solves the problem of delivering presentations without leaving the terminal or relying on graphical presentation software. It works by parsing markdown files where each slide is separated by a delimiter, then rendering them with syntax highlighting and formatting in the terminal. The tool watches for file changes and updates the presentation live, allowing presenters to edit slides during a talk. It also accepts input through stdin for dynamic content generation.

Slides suits developers and technical presenters who work primarily in terminal environments and want to avoid context-switching to external applications. It works well for code-heavy presentations since it can execute code blocks directly within slides and display results as virtual text. The tool supports search functionality to jump between slides using regular expressions, and allows customization of presentation appearance through metadata. Anyone considering adoption should know that slides are written in plain markdown, making them version-controllable and easy to maintain alongside code repositories.

The project maintains active responsiveness to issues and pull requests, with consistent engagement on user-reported problems and feature requests. Development includes regular updates to core functionality and bug fixes addressing edge cases in rendering and code execution. The maintainer actively incorporates community feedback into the tool's evolution, refining features based on real-world usage patterns.