About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
lifecube
8/1/2016 - 6:20 AM
share
Share
add_circle_outline
Save
Mac service to compare using intelliJ
Mac compare using intelliJ
content_copy
file_download
Rendered
Source
Create customized service for finder service to use intellij to compare to file.
Open automator.
Create a new workflow
Add an action
Run Shell Script
Choose pass input as arguments
nohup /Applications/IntelliJ\ IDEA.app/Contents/MacOS/idea diff "$1" "$2" &
clear