| Crates.io | less |
| lib.rs | less |
| version | 0.1.0 |
| created_at | 2025-02-19 22:39:27.455188+00 |
| updated_at | 2025-02-19 22:39:27.455188+00 |
| description | A simple pager utility for displaying file contents or piped input, with dynamic scrolling and search functionality |
| homepage | |
| repository | https://github.com/rakki194/less |
| max_upload_size | |
| id | 1561970 |
| size | 26,379 |
A modern, feature-rich terminal pager written in Rust, designed to be a more user-friendly alternative to traditional pagers like less or more.
Clone the repository:
git clone https://github.com/rakki194/less.git
cd less
Build the project:
cargo build --release
The compiled binary will be available at target/release/less.
less can be used in two ways:
View a file:
less <filename>
Read from piped input:
command | less
less is built with modern Rust practices and provides:
anyhowContributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.
minus crate for providing the core paging functionality