RustRover 2024.1 Help

Compare files from the command line

Open the diff viewer to compare two or three files from the command line. For example, you can compare the current version of a file with its backup, or your local copy of a file with its copy from the remote repository or its copy from another branch.

You can find the executable for running RustRover in the installation directory under bin. To use this executable as the command-line launcher, add it to your system PATH as described in Command-line interface.

Syntax
rustrover.exe diff <path1> <path2> [<path3>]
Examples

Compare two files:

rustrover.exe diff C:\MyProject\Readme.md C:\MyProject\Readme.md.bak

Open a blank diff viewer:

rustrover.exe diff

By default, RustRover does not provide a command-line launcher. For more information about creating a launcher script for RustRover, refer to Command-line interface.

Syntax
rustrover diff <path1> <path2> [<path3>]
Examples

Compare two files:

rustrover diff ~/MyProject/Readme.md ~/MyProject/Readme.md.bak

Open a blank diff viewer:

rustrover diff

You can find the script for running RustRover in the installation directory under bin. To use this script as the command-line launcher, add it to your system PATH as described in Command-line interface.

Syntax
rustrover.sh diff <path1> <path2> [<path3>]
Examples

Compare two files:

rustrover.sh diff ~/MyProject/Readme.md ~/MyProject/Readme.md.bak

Open a blank diff viewer:

rustrover.sh diff
Last modified: 12 April 2024