From 506dad3385e956e01da9551742d6c3cff6d49c70 Mon Sep 17 00:00:00 2001 From: Thomas Beer <71586988+Tommypop2@users.noreply.github.com> Date: Fri, 28 Mar 2025 08:50:27 +0000 Subject: [PATCH] Add `code-to-pdf` --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index acca3eb4..2e837f74 100644 --- a/Readme.md +++ b/Readme.md @@ -248,6 +248,7 @@ Below is a list of projects using Syntect, in approximate order by how long they - [BugStalker](https://github.com/godzie44/BugStalker/), modern debugger for Linux x86-64. Written in Rust for Rust programs. - [Yazi](https://github.com/sxyazi/yazi), blazing fast terminal file manager based on async I/O, uses `syntect` for text file previews. - [CodeSnap.nvim](https://github.com/mistricky/codesnap.nvim), snapshot plugin for Neovim, that uses `syntect` for code syntax highlighting. +- [code-to-pdf](https://github.com/Tommypop2/code-to-pdf), a tool that generates a syntax-highlighted PDF of a directory ## License and Acknowledgements