--- ./src/main.rs 2025-11-30 17:14:08 +++ ./src/main.rs 2025-11-30 17:14:25 @@ -356,6 +356,10 @@ return; } + if try_pager(input, "moar-pager", color, formatter.clone()) { + return; + } + if try_pager(input, "less", color, formatter.clone()) { return; }