From 9d537d6452305a74ac6568a2c2542b8f3b253ec4 Mon Sep 17 00:00:00 2001
From: Jim Huang <jserv.tw@gmail.com>
Date: Fri, 16 Aug 2024 17:53:45 +0800
Subject: [PATCH] Add slides

Slides is a terminal-based presentation tool. It allows you to create
a simple markdown file that contains your slides. Additionally, it is
accessible over SSH if hosted on a machine.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 05f22a8..376d947 100644
--- a/README.md
+++ b/README.md
@@ -389,6 +389,7 @@ List of projects that provide terminal user interfaces
 - [procmux](https://github.com/napisani/procmux) - a TUI for running multiple commands in parallel in easily switchable terminals
 - [productivity-timer](https://github.com/h-sifat/productivity-timer) A command line time tracker application with a sleek TUI.
 - [sc-im](https://github.com/andmarti1424/sc-im) An ncurses spreadsheet program for terminal. Reignited version of sc
+- [slides](https://github.com/maaslalani/slides) A terminal based presentation tool, supporting markdown syntax.
 - [taskline](https://github.com/perryrh0dan/taskline) Tasks, boards & notes for the command-line habitat
 - [taskwarrior-tui](https://github.com/kdheepak/taskwarrior-tui) A Terminal User Interface for Taskwarrior
 - [tenere](https://github.com/pythops/tenere) A TUI for ChatGPT written in Rust.