-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing man pages #1
Comments
If then else man page is missing |
apt-key wasn't parsed well: http://manned.org/apt-key/d6b5fc0e / source: http://manned.org/apt-key/56b239b8/src Great idea, though. Need to find ways to use/improve this and help co-workers with their command-fu. Perhaps a workaround for apt-key and similar is to simply highlight in the man page where query tokens are found. |
Nice going though, keep it up 👍 |
Here is one, for OpenVZ man pages (vzctl et al) |
BASH built-ins such as Use |
I fixed what I could in apt-key (it now recognizes adv), but looking more closely reveals that adv borrows some options from gpg, hence why some flags you pasted aren't in apt-key's man page. There's no way of making explainshell figure that out I'm afraid. |
|
Since ZFS is getting bigger and bigger - here are Oracle's man page for Solaris and FreeBSD one: http://docs.oracle.com/cd/E19082-01/819-2240/zfs-1m/index.html |
Hi, would it be possible to add illumos man pages? http://illumos.org/man/1/all These one contains up-to-date ZFS manpage as well. |
Support for the Java VM is missing - but I understand the difficulties in getting that working (different Java versions and possibly a lack of a manpage). |
I think adding the pacman man page would be beneficial to some; although, I'm not sure if you are doing distro specific commands: https://www.archlinux.org/pacman/pacman.8.html |
a kvm virtual machine heavily rely on qemu-kvm parameters, in fact, everything depends on how the parameters passed to qemu-kvm binary and having this command in explainshell.com would be really really helpful. -ePrasad |
Similar to vadi2, id also like to see java VM related man pages added. I've found this: but as stated earlier the different versions/variants may be a burden. In any case, Thanks! |
First thing I tried was
not a simple fix I suspect.... |
As a heavy kvm user, I agree with Prasad. An open bug, from RedHat's bugzilla shed some light: http://manned.org/qemu-x86_64/c0998bc2 My best, |
Is it possible to set up "aliases", i.e. the name of the command and the man page are not the same? For instance the man page for |
It's done automatically by looking at the man page (here), but looks like this one passed by. I added it manually. |
Missing man page for Unable to locate this in nroff format, sorry. |
Manpage for emerge (http://dev.gentoo.org/~zmedico/portage/doc/man/emerge.1.html) the gentoo package manager is missing :) |
Question: Do you plan to include commands outside the online Ubuntu manual such as 'brew'? |
nping is not recognised. |
squid option -N is not recognised. and I miss nagios command-line options much... |
ntfsck! |
ipconfig not recognised |
hello, this is an excellent tool, thanks for it! fyi the dns-sd is not currently supported. here's the man page: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/dns-sd.1.html |
What about an extremely useful 'sl' command? http://man.cx/sl%286%29 |
I tried usermod and wasn't added yet... linux.die.net/man/8/usermod |
keytool from Java would be very helpful |
How about adding cowsay? |
Missing Unix command |
@idank pin this issue? 📌 also thinking a top list of missing commands could be automatically generated from site searches themselves |
This repo hasn't been updated in 5 years, is this not how you want contribs now? I would like exa added |
Sadly I don't have the capacity to service these requests to add man pages. I think I mentioned it before. It's too time consuming. It really ought to be a self service kind of thing, but that opens the door for abuse. Community driven was also thrown out there as an option. If anyone wanted to take that on as a project, that'd be great. |
In my opinion, a big part of the problem is the lack of modularization in the codebase. Ideally, it should be possible to have separate databases to choose from. (That is, give me the ubuntu manpages, give me the archlinux manpages, redhat, etc). That way pull requests could be accepted from trusted sources to update them without much manual intervention on the part of the maintainer(s). That may be an even bigger project, but it would eliminate the recurring maintenance effort of servicing one-off requests constantly. |
Add |
nmap lex doensn't know what I'd be happy to submit a PR, but I have no idea where to do that for this project. |
Please add the searchsploit |
I can see that wpa_supplicant and wpa_cli man pages are missing :) |
Please add support for |
rg (ripgrep) |
Please add support for Android Debug Bridge, aka |
Please add support for 'compgen'. |
Hi, would it be possible to add support for |
Please add support for 'bridge'. |
Apt seems to be missing. |
Hi, Thanks a lot for the tool, it's very useful and very beautiful! I read that you'll not be filling the requests posted here. However, I'll post mine, just in case someone takes over the project. Apparently, the fsck.ext4 <-> e2fsck aliasing is not recognized...
@heyakyra @masterninja01 |
For mac users it would be wonderful to have |
curl manpage seems to be outdated, it misses parameters like --connect-to which could be found here https://curl.se/docs/manpage.html |
Please add support for
(Source: https://javarevisited.blogspot.com/2011/06/special-bash-parameters-in-script-linux.html) |
Some other macOS-specific tools would be great — is there perhaps a way to collate those automatically, in a similar way you do with Ubuntu? (The one I noticed today: |
|
please add support for udevadm |
To submit a missing man page please reply here with a link to it in raw format (nroff). Even better: I created a repo with all the source man pages I used here, clone it and send me a pull request.
The text was updated successfully, but these errors were encountered: