Skip to content

Commit 19f31ae

Browse files
committed
Docs changes
1 parent 8d2a2e0 commit 19f31ae

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed

docs/diff-tool.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

docs/diff-tool.order.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ To change this file edit the source file and then run MarkdownSnippets.
3131
* **[Meld](/docs/diff-tool.md#meld)** Win/OSX/Linux (Cost: Free)
3232
* **[SublimeMerge](/docs/diff-tool.md#sublimemerge)** Win/OSX/Linux (Cost: Paid)
3333
* **[VisualStudioCode](/docs/diff-tool.md#visualstudiocode)** Win/OSX/Linux (Cost: Free)
34+
* **[Cursor](/docs/diff-tool.md#cursor)** Win/OSX/Linux (Cost: Free and Paid)
3435
* **[VisualStudio](/docs/diff-tool.md#visualstudio)** Win (Cost: Paid and free options)<!-- endInclude -->
3536

3637

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ DiffEngine manages launching and cleanup of diff tools. It is designed to be use
8484
* **[Meld](/docs/diff-tool.md#meld)** Win/OSX/Linux (Cost: Free)
8585
* **[SublimeMerge](/docs/diff-tool.md#sublimemerge)** Win/OSX/Linux (Cost: Paid)
8686
* **[VisualStudioCode](/docs/diff-tool.md#visualstudiocode)** Win/OSX/Linux (Cost: Free)
87+
* **[Cursor](/docs/diff-tool.md#cursor)** Win/OSX/Linux (Cost: Free and Paid)
8788
* **[VisualStudio](/docs/diff-tool.md#visualstudio)** Win (Cost: Paid and free options)<!-- endInclude -->
8889

8990

0 commit comments

Comments
 (0)