Description
The Unix man command can open a manual page if you know its name, and the apropos command can search through the manuals if you are looking for a specific word. Let's put the two to work together into a command I like to call macho: the man command on steroids.
Installation Instructions
- Add the repo
sudo dnf copr enable david35mm/macho -y
- Install the package
sudo dnf install macho -y
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Centos-stream 8 | aarch64 (3)*, x86_64 (4)* | Centos-stream 8 (79 downloads) |
EPEL 7 | x86_64 (4)* | EPEL 7 (85 downloads) |
EPEL 8 | aarch64 (6)*, x86_64 (3)* | EPEL 8 (74 downloads) |
Fedora 39 | aarch64 (0)*, x86_64 (0)* | Fedora 39 (0 downloads) |
Fedora 40 | aarch64 (0)*, x86_64 (0)* | Fedora 40 (40 downloads) |
Fedora 41 | aarch64 (2)*, x86_64 (0)* | Fedora 41 (9 downloads) |
Fedora rawhide | aarch64 (5)*, x86_64 (3)* | Fedora rawhide (73 downloads) |
openSUSE Tumbleweed | aarch64 (0)*, x86_64 (0)* | openSUSE Tumbleweed (87 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable david35mm/macho
More info about enabling Copr repositories