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