@@ -873,6 +873,63 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
873873 * ` /Applications/Araxis Merge.app/Contents/Utilities/compare `
874874 * ` %PATH%compare `
875875
876+ ### [ Cursor] ( https://cursor.com )
877+
878+ * Cost: Free and Paid
879+ * Is MDI: True
880+ * Supports auto-refresh: True
881+ * Supports text files: True
882+ * Use shell execute: False
883+ * Environment variable for custom install location: ` DiffEngine_Cursor `
884+ * Supported binaries: .bin, .svg
885+
886+ #### Notes:
887+
888+ * [ Command line reference] ( https://cursor.com/docs/configuration/shell )
889+
890+ #### Windows settings:
891+
892+ * Example target on left arguments:
893+ ```
894+ --diff "targetFile.txt" "tempFile.txt"
895+ ```
896+ * Example target on right arguments:
897+ ```
898+ --diff "tempFile.txt" "targetFile.txt"
899+ ```
900+ * Scanned paths:
901+ * ` %ProgramFiles%\Cursor\Cursor.exe `
902+ * ` %ProgramW6432%\Cursor\Cursor.exe `
903+ * ` %ProgramFiles(x86)%\Cursor\Cursor.exe `
904+ * ` %PATH%Cursor.exe `
905+
906+ #### OSX settings:
907+
908+ * Example target on left arguments:
909+ ```
910+ --diff "targetFile.txt" "tempFile.txt"
911+ ```
912+ * Example target on right arguments:
913+ ```
914+ --diff "tempFile.txt" "targetFile.txt"
915+ ```
916+ * Scanned paths:
917+ * ` /Applications/Cursor.app/Contents/MacOScursor `
918+ * ` %PATH%cursor `
919+
920+ #### Linux settings:
921+
922+ * Example target on left arguments:
923+ ```
924+ --diff "targetFile.txt" "tempFile.txt"
925+ ```
926+ * Example target on right arguments:
927+ ```
928+ --diff "tempFile.txt" "targetFile.txt"
929+ ```
930+ * Scanned paths:
931+ * ` %PATH%cursor `
932+
876933### [ Meld] ( https://meldmerge.org/ )
877934
878935 * Cost: Free
0 commit comments