Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

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

1.15.2

RivoLink 388137dc f56601f4

+12 -2
+10
CHANGELOG.md
··· 7 7 8 8 <!-- next-version --> 9 9 10 + ## [[1.15.2](https://github.com/RivoLink/leaf/releases/tag/1.15.2)] - 2026-04-24 11 + 12 + ### Docs 13 + 14 + - clean-up readme sections ([#46](https://github.com/RivoLink/leaf/pull/46)) 15 + 16 + ### Changed 17 + 18 + - add jed/xjed editors ([#47](https://github.com/RivoLink/leaf/pull/47)) 19 + 10 20 ## [[1.15.1](https://github.com/RivoLink/leaf/releases/tag/1.15.1)] - 2026-04-24 11 21 12 22 ### Docs
+1 -1
Cargo.lock
··· 707 707 708 708 [[package]] 709 709 name = "leaf" 710 - version = "1.15.1" 710 + version = "1.15.2" 711 711 dependencies = [ 712 712 "anyhow", 713 713 "crossterm",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "leaf" 3 - version = "1.15.1" 3 + version = "1.15.2" 4 4 edition = "2021" 5 5 description = "A friendly terminal Markdown previewer" 6 6 license = "MIT"