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 (75 downloads) |
EPEL 7 | x86_64 (4)* | EPEL 7 (81 downloads) |
EPEL 8 | aarch64 (6)*, x86_64 (2)* | EPEL 8 (70 downloads) |
Fedora 39 | aarch64 (0)*, x86_64 (0)* | Fedora 39 (43 downloads) |
Fedora 40 | aarch64 (0)*, x86_64 (0)* | Fedora 40 (34 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (0)* | Fedora 41 (6 downloads) |
Fedora rawhide | aarch64 (5)*, x86_64 (2)* | Fedora rawhide (68 downloads) |
openSUSE Tumbleweed | aarch64 (0)*, x86_64 (0)* | openSUSE Tumbleweed (82 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable david35mm/macho
More info about enabling Copr repositories