Skip to content

Commit 949407f

Browse files
committed
fixed regression
1 parent d7fb18c commit 949407f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

unixshell.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ title: Unix Shell Scripting Support
88
subtitle: Launching the UI from the Unix command line
99
---
1010

11+
[Using visdiff](#using_visdiff)
1112
=============
1213

14+
The /Applications/VisualDiffer.app/**Contents/Helpers** folder contains the executable file `visdiff` that integrates with VisualDiffer.app
1315
You can launch `visdiff` to visually show files or folders comparison using the following syntax
1416

1517
visdiff <left file or folder> <right file or folder>
@@ -28,7 +30,7 @@ $ visdiff ~/original.txt ~/modified.txt --wait
2830
{% endhighlight %}
2931

3032

31-
Creating a symbolic link
33+
[Creating a symbolic link](#creating_a_symbolic_link)
3234
------------------------
3335

3436
VisualDiffer.app doesn't install the terminal application but manually it is possible to create the link to the shell command.
@@ -40,6 +42,7 @@ $ sudo ln -s /Applications/VisualDiffer.app/Contents/Helpers /usr/bin/visdiff
4042

4143
<span style="color:red; font-weight:bold">Note:</span> **VisualDiffer can't install command line tool from its User Interface to comply with Apple's submission guidelines**
4244

45+
[OSX sandbox, temporary files and annoying file open panel prompts](#osx_sandbox_temporary_files_and_annoying_file_open_panel_prompts)
4346
=================================================================
4447

4548
VisualDiffer was sandboxed starting from version 1.4.2 and many users found using it very annoying because any comparison prompts to pick folders/files.

0 commit comments

Comments
 (0)