Skip to content

Commit 855f48e

Browse files
committed
fix: Update script to work under Quick Actions
1 parent ca92cb4 commit 855f48e

3 files changed

Lines changed: 32 additions & 32 deletions

File tree

5.8 KB
Binary file not shown.

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
VisualDiffer Scripts
2-
=====
1+
# VisualDiffer Scripts
32

4-
This repository contains all open source Automator scripts used with [VisualDiffer for Mac] [1]
3+
This repository contains all open-source Automator scripts used with [VisualDiffer for Mac][1].
54

6-
List of Scripts
7-
-----------------------------------------
5+
## List of Scripts
86

97
### Compare with VisualDiffer (Finder Script)
108

11-
Add to Finder context menu (under Services) a new menu item to allow files and folders comparison.
9+
Add a new menu item to the Finder context menu (under Services) to allow file and folder comparison.
1210

1311
#### How to install
1412

15-
- On Lion double click on "Compare with VisualDiffer.workflow" file
16-
- On Snow Leopard you must copy manually the file "Compare with VisualDiffer.workflow" inside the directory /Users/your account name/Library/Services. If the directory 'Services' doesn't exist you must create it
13+
- On Snow Leopard and above, you must manually copy the "Compare with VisualDiffer.workflow" file into /Users/your account name/Library/Services. If the 'Services' directory doesn't exist, you must create it.
14+
- On Lion, double-click the "Compare with VisualDiffer.workflow" file.
1715

18-
More details about installation are available [here] [2]
16+
More details about installation are available [here][2].
1917

2018
#### How to use
2119

22-
- When elements to compare are both visible on Finder window simply select the two files or folders and choose "Compare with VisualDiffer" from service menu
20+
- Open the Finder context menu and check under `Quick Actions` or `Services`
2321

24-
- When elements to compare are on different folders select first element from Finder and click on menu item then browse to second element and again click on menu item, the comparison will start. If you have more Finder windows visible first element can be selected using menu item from first window and second from another Finder window
22+
- When the elements to compare are both visible in a Finder window, simply select the two files or folders and choose "Compare with VisualDiffer" from the service menu.
2523

24+
- When the elements to compare are in different folders, select the first element in Finder and click the menu item. Then browse to the second element and click the menu item again; the comparison will start. If you have multiple Finder windows visible, the first element can be selected using the menu item from the first window and the second from another Finder window.
2625

27-
[1]: http://visualdiffer.com
28-
[2]: https://github.com/visualdiffer/scripts/blob/master/installServices.md
26+
27+
[1]: https://visualdiffer.com
28+
[2]: https://github.com/visualdiffer/scripts/blob/master/installServices.md

installServices.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
Installing Service on Lion and Snow Leopard
22
-------------------------------------------
33

4-
Starting from a **.workflow** file
4+
Starting from a **.workflow** file:
55

6-
1. double click on **.workflow** file
7-
1. Lion should ask "file comes from internet..." you say continue
8-
1. Lion should ask "install service or open in automator?" you click on install button
9-
1. all done, now in Finder under Services menu you should see the new item
6+
1. Double-click the **.workflow** file.
7+
1. Lion should ask "file comes from internet..." Click Continue.
8+
1. Lion should ask "install service or open in Automator?" Click the Install button.
9+
1. All done. Now, in Finder under the Services menu, you should see the new item.
1010

11-
but if Lion doesn't ask to install you need to copy the file manually
11+
But if Lion doesn't ask to install, you need to copy the file manually:
1212

13-
1. Using Finder go to /Users/**you account name**/Library
14-
1. inside Library folder you should see a folder called *Services*
15-
1. if the folder *Services* doesn't exists you must create it
16-
1. copy the file **.workflow** into Services folder
17-
1. all done, now in Finder under Services menu you should see the new item
13+
1. Using Finder, go to /Users/**your account name**/Library.
14+
1. Inside the Library folder, you should see a folder called *Services*.
15+
1. If the *Services* folder doesn't exist, you must create it.
16+
1. Copy the **.workflow** file into the Services folder.
17+
1. All done. Now, in Finder under the Services menu, you should see the new item.
1818

19-
maybe the Library folder isn't visible from Finder (this is the default behaviour on Lion)
19+
Maybe the Library folder isn't visible from Finder (this is the default behavior on Lion):
2020

21-
1. open a Finder window and press Command+Shift+G (or from Finder menu Go -> "Go to Folder...")
22-
1. a dialog appears where you can input the destination folder
23-
1. type ~/Library and press enter
24-
1. inside Library folder you should see a folder called *Services*
25-
1. if the folder *Services* doesn't exists you must create it
26-
1. copy the file **.workflow** into Services folder
27-
1. all done, now in Finder under Services menu you should see the new item
21+
1. Open a Finder window and press Command+Shift+G (or from the Finder menu, Go -> "Go to Folder...").
22+
1. A dialog appears where you can enter the destination folder.
23+
1. Type ~/Library and press Enter.
24+
1. Inside the Library folder, you should see a folder called *Services*.
25+
1. If the *Services* folder doesn't exist, you must create it.
26+
1. Copy the **.workflow** file into the Services folder.
27+
1. All done. Now, in Finder under the Services menu, you should see the new item.

0 commit comments

Comments
 (0)