narugit / aman

Assistant tool to get options easily from man.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aman

made-with-Go Go Report Card Workflow GitHub issues License: MIT

Assistant tool to get options easily from man.

Table of Contents

Features

  • Display options with man what you input.

Display

  • Filter options by AND in case-insensitive.

Filter

  • Select option. Enter to select and Esc to finish.

Select-option

  • Select multiple options. Enter to select and Esc to finish.

Select-multiple-options

Support OS

Ubuntu Mac or macOS

Installation

macOS

$ brew tap naruhiyo/aman
$ brew install naruhiyo/aman/aman

Ubuntu

  1. Download tarball file from GitHub releases.
  2. Unpack the file.
$ tar -zxvf xxxx.tar.gz
  1. Locate aman to directory to your $PATH.

For example, locate /usr/local/bin.

$ mv aman_linux_amd64/aman /usr/local/bin/

Contributors

License

MIT

About

Assistant tool to get options easily from man.

License:MIT License


Languages

Language:Go 100.0%