An open API service indexing awesome lists of open source software.

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

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