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 |
---|---|---|
![]() |
aarch64 (8)*, x86_64 (11)* | Centos-stream 8 (92 downloads) |
![]() |
x86_64 (9)* | EPEL 7 (103 downloads) |
![]() |
aarch64 (12)*, x86_64 (8)* | EPEL 8 (89 downloads) |
![]() |
aarch64 (6)*, x86_64 (6)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (10)*, x86_64 (6)* | Fedora 41 (24 downloads) |
![]() |
aarch64 (11)*, x86_64 (6)* | Fedora 42 (10 downloads) |
![]() |
aarch64 (9)*, x86_64 (11)* | Fedora rawhide (91 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | openSUSE Tumbleweed (102 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable david35mm/macho
More info about enabling Copr repositories