https://github.com/mdsn/manifold
Tabbed man page reader
https://github.com/mdsn/manifold
cli manual-pages rust
Last synced: 6 months ago
JSON representation
Tabbed man page reader
- Host: GitHub
- URL: https://github.com/mdsn/manifold
- Owner: mdsn
- License: mit
- Created: 2025-12-28T05:46:08.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-22T15:57:38.000Z (6 months ago)
- Last Synced: 2026-01-22T20:40:55.197Z (6 months ago)
- Topics: cli, manual-pages, rust
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# manifold
Manifold is a tabbed man page reader with reflow and less-like navigation.
Press `?` to see a quick help with commands and key bindings.
## Run
```bash
cargo run -p manifold
```
## Install
```bash
cargo install --path crates/manifold
```
## Dependencies
- crossterm
- ratatui
- clap