It would be great if we could copy geoprocessing tool parameters to the clipboard (including parameter labels). I'm picturing a copy button right in GP tool forms, similar to Copy the text from "Source" (Layer Properties)
The result would look something like this:
Target Features: MyFGDB\Deficiency_For_Repair
Join Features: MyFGDB\Sidewalk_Lines
Output Feature Class: MyFGDB\Deficiency_For_Repair_INSP_ID
Join Operation: JOIN_ONE_TO_ONE
Keep All Target Features: True
Field Map of Join Features:
[List of fields]
Match Option: CLOSEST
Search Radius: 10
Units: Metres
Distance Field Name: [empty]
Use case:
Use the text to easily create documentation, logs, or emails about how a GP tool was used or should be used in the future. It needs to be true text, not a screenshot, so that the text is searchable, and so we can copy/paste values into GP tool parameters in the future. It needs to be clean, human-readable text, not Python code.