@@ -738,6 +738,63 @@ Non-MDI tools are preferred since it allows [DiffEngineTray](tray.md) to track a
738738 * ` /Applications/Araxis Merge.app/Contents/Utilities/compare `
739739 * ` %PATH%compare `
740740
741+ ### [ Cursor] ( https://cursor.com )
742+
743+ * Cost: Free and Paid
744+ * Is MDI: True
745+ * Supports auto-refresh: True
746+ * Supports text files: True
747+ * Use shell execute: False
748+ * Environment variable for custom install location: ` DiffEngine_Cursor `
749+ * Supported binaries: .bin, .svg
750+
751+ #### Notes:
752+
753+ * [ Command line reference] ( https://cursor.com/docs/configuration/shell )
754+
755+ #### Windows settings:
756+
757+ * Example target on left arguments:
758+ ```
759+ --diff "targetFile.txt" "tempFile.txt"
760+ ```
761+ * Example target on right arguments:
762+ ```
763+ --diff "tempFile.txt" "targetFile.txt"
764+ ```
765+ * Scanned paths:
766+ * ` %ProgramFiles%\Cursor\Cursor.exe `
767+ * ` %ProgramW6432%\Cursor\Cursor.exe `
768+ * ` %ProgramFiles(x86)%\Cursor\Cursor.exe `
769+ * ` %PATH%Cursor.exe `
770+
771+ #### OSX settings:
772+
773+ * Example target on left arguments:
774+ ```
775+ --diff "targetFile.txt" "tempFile.txt"
776+ ```
777+ * Example target on right arguments:
778+ ```
779+ --diff "tempFile.txt" "targetFile.txt"
780+ ```
781+ * Scanned paths:
782+ * ` /Applications/Cursor.app/Contents/MacOScursor `
783+ * ` %PATH%cursor `
784+
785+ #### Linux settings:
786+
787+ * Example target on left arguments:
788+ ```
789+ --diff "targetFile.txt" "tempFile.txt"
790+ ```
791+ * Example target on right arguments:
792+ ```
793+ --diff "tempFile.txt" "targetFile.txt"
794+ ```
795+ * Scanned paths:
796+ * ` %PATH%cursor `
797+
741798### [ Meld] ( https://meldmerge.org/ )
742799
743800 * Cost: Free
0 commit comments