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

https://github.com/sheepla/fzman

📖 Manpage finder with fzf
https://github.com/sheepla/fzman

Last synced: 11 months ago
JSON representation

📖 Manpage finder with fzf

Awesome Lists containing this project

README

          

# 📖 fzman

*fzman* is a manpage finder with `fzf` written in simple shell script.

## Usage

```
fzman -- manpage finder with fzf

USAGE
fzman KEYWORDS...
fzman [OPTIONS]

OPTIONS
-h, --help Show this help message and exit
--version Show version information and exit
```

## Installation

### Dependence

Requires junegunn/fzf .

### Try fzman

```bash
curl -O https://raw.githubusercontent.com/sheepla/fzman/main/fzman && chmod +x fzman
# or wget
```

### Install fzman

```bash
cd fzman
sudo make install
```