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
- Host: GitHub
- URL: https://github.com/sheepla/fzman
- Owner: sheepla
- License: mit
- Created: 2021-05-20T07:27:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T10:24:49.000Z (over 4 years ago)
- Last Synced: 2025-04-06T00:51:13.108Z (about 1 year ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```