FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: improve command line usage · visualdiffer/visualdiffer@427bba0 · GitHub

Commit 427bba0

Browse files
committed
docs: improve command line usage
Closes #60
1 parent fb7e7f9 commit 427bba0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The app helps developers, designers, and anyone managing multiple versions of pr
2323
- 🧩 **File-level diff view** — inspect detailed content changes line-by-line (for supported file types).
2424
- 🧹 **Powerful filters** — exclude version control, backup, or temporary files (e.g., `.git`, `.svn`, `.zip`, `.DS_Store`).
2525
- 🖱️ **Drag & drop support** — compare folders by simply dragging them into the app window.
26-
- 📦 **Export and automation**integrate comparisons into scripts or workflows using CLI tools (if available).
26+
- 📦 **Command line & automation**compare from the shell with the bundled [`visdiff`](https://wiki.visualdiffer.com/unixshell.html) tool, or drive the app from your own scripts with [AppleScript](https://wiki.visualdiffer.com/externalApps.html#applescript).
2727
-**Fast comparison engine** — optimized to handle large folder structures efficiently.
2828

2929
For more information, visit the [VisualDiffer Wiki](https://wiki.visualdiffer.com/).
@@ -67,6 +67,17 @@ brew install visualdiffer
6767

6868
Download from [releases](https://github.com/visualdiffer/visualdiffer/releases/latest), unzip, and drag the app to Applications folder
6969

70+
### Command line tool
71+
72+
The app bundles `visdiff`, a CLI tool to start a comparison from the shell.
73+
It is not installed in the PATH automatically (sandbox restriction), create a symlink:
74+
75+
```bash
76+
sudo ln -s /Applications/VisualDiffer.app/Contents/Helpers/visdiff /usr/local/bin/visdiff
77+
```
78+
79+
See the [visdiff documentation](https://wiki.visualdiffer.com/unixshell.html) for the available options.
80+
7081
### Updates
7182

7283
When the app launches, it automatically checks for updates and notifies the user when a new version is available.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL