tldr-pages / tldr

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

Let's document: Parallels #7923

Open pixelcmtd opened 2 years ago

pixelcmtd commented 2 years ago

Finding online info is kinda difficult (manpages might be available somewhere), most of these should be in common, since Parallels is no longer macOS-only. Also, there are probably more binaries, but I've only included those that were on my Mac and seemed easy to understand. (i.e. don't require tracing through IDA or Russian forums for hours to find the information required)

asdsyd commented 1 year ago

I would like to contribute to this issue but unsure how to do? New to open source contribution.

navarroaxel commented 1 year ago

@asdsyd you should check the contribution-guides first, mainly the style-guide. Then you Google about this command and try to experiment with it locally. Then you can look for a similar command into the existing tldr-pages, maybe you can "clone" examples from them. And then just write your original examples and we can review when you create the PR. Remember that create a PR from your fork's main branch is a bad practice. Create a feature branch in your fork and send the PR from it.

kbdharun commented 1 year ago

@pixelcmtd I added documentation links and added some subcommands. I am not sure if the subcommands with subcommands require separate pages. My friends with mac love parallels and they hate that it has very less documentation.

Finding online info is kinda difficult (manpages might be available somewhere)

Lol, I search it for the past hour I could find none except the parallel's official page. And their command line reference page is the worst. I need to parse through individual pages in order to find these commands. They have a PDF version of the command line reference which can be useful but it can't be referred in pages as they don't have a well defined link.

Parallels is no longer macOS-only. Also, there are probably more binaries, but I've only included those that were on my Mac and seemed easy to understand. (i.e. don't require tracing through IDA or Russian forums for hours to find the information required)

I agree with you some commands work in Linux as well as Windows as per documentation so these commands must definitely be placed in common directory.

I will try to create some PRs soon.

kbdharun commented 1 year ago

I can't find many links to prl, I could only find some pages, the only other page referring to prl is some C API reference page, I guess we can add the currently available pages. And leave the rest for later.