tldr-pages / tldr

📚 Collaborative cheatsheets for console commands
https://tldr.sh
Other
50.42k stars 4.12k forks source link

page request: macOS internal daemons and agents #6596

Open pixelcmtd opened 2 years ago

pixelcmtd commented 2 years ago

Most of these can be reduced to the following template:

# foobard

> This does foobar.
> It should not be invoked manually.
> More information: <https://keith.github.io/xcode-man-pages/foobard.8.html>.

- Start the daemon:

`foobard`

A good alternative if manpagez doesn't have the man page is https://keith.github.io/xcode-man-pages/foobard.8.html. Use https://keith.github.io/xcode-man-pages for the man pages.

And by the way: I'm testing a tldrgal feature right now that's gonna make them super simple.

A few of there might be available on other OSes, too, especially FreeBSD. If you notice that, please create it in common.

How to find them

tldrgal missing | grep 'd$' # if you have tldrgal in your PATH
ls /usr/share/man/man8/
ls -lh `fd -t file . /System/Library/Frameworks | grep -vE '\.[a-zA-Z]+$' | grep -v 'CodeResources$'` --color=always | grep x | grep -v 'Python\.framework' # needs fd
ls /usr/libexec/

I also sometimes just see something in Activity Monitor and wonder what it's doing

morganhoward commented 2 years ago

hi, I'd like to work on this one.

morganhoward commented 2 years ago

for this issue, what should the commit msg look like? the contribution guidelines give some examples that may apply:

bc there are so many pages in this issue, is one commit with all of them okay, and if so, what should it look like? the second bullet above would end up violating the convention of limiting the subject line to 50 characters.

would this be okay?:

macOS internal daemons: add pages.
* appsleepd
* auditd
...

or, would you like there to be a commit per page?

pixelcmtd commented 2 years ago

@morganhoward What you make your commit message doesn't matter. We squash & merge, so the commit message is chosen by the person that merges.