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 (5)*, x86_64 (9)* | Centos-stream 8 (91 downloads) |
![]() |
x86_64 (9)* | EPEL 7 (99 downloads) |
![]() |
aarch64 (8)*, x86_64 (7)* | EPEL 8 (85 downloads) |
![]() |
aarch64 (2)*, x86_64 (5)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (4)*, x86_64 (2)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (8)*, x86_64 (2)* | Fedora 41 (20 downloads) |
![]() |
aarch64 (8)*, x86_64 (4)* | Fedora 42 (8 downloads) |
![]() |
aarch64 (7)*, x86_64 (7)* | Fedora rawhide (88 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | openSUSE Tumbleweed (98 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable david35mm/macho
More info about enabling Copr repositories