lessify 0.6.0

Output text through a pager.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lessify"
version = "0.6.0"
edition = "2024"
authors = ["Quentin Richert <noreply@richert.co>"]
description = "Output text through a pager."
license = "MIT OR Apache-2.0"
repository = "https://github.com/qrichert/lessify.git"
readme = "README.md"
keywords = ["tui", "less", "pager", "terminal", "console"]
categories = ["command-line-interface", "rendering::engine"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

[dependencies]