Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

1.12.0

RivoLink a3415652 3a72e951

+8 -2
+6
CHANGELOG.md
··· 7 7 8 8 <!-- next-version --> 9 9 10 + ## [[1.12.0](https://github.com/RivoLink/leaf/releases/tag/1.12.0)] - 2026-04-20 11 + 12 + ### Added 13 + 14 + - interactive drag/hover scrollbar ([#36](https://github.com/RivoLink/leaf/pull/36)) 15 + 10 16 ## [[1.11.1](https://github.com/RivoLink/leaf/releases/tag/1.11.1)] - 2026-04-20 11 17 12 18 ### Docs
+1 -1
Cargo.lock
··· 698 698 699 699 [[package]] 700 700 name = "leaf" 701 - version = "1.11.1" 701 + version = "1.12.0" 702 702 dependencies = [ 703 703 "anyhow", 704 704 "crossterm",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "leaf" 3 - version = "1.11.1" 3 + version = "1.12.0" 4 4 edition = "2021" 5 5 description = "A friendly terminal Markdown previewer" 6 6 license = "MIT"