Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created March 25, 2024 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziadoz/769cafc0e069c8cec54566d87e52558a to your computer and use it in GitHub Desktop.
Save ziadoz/769cafc0e069c8cec54566d87e52558a to your computer and use it in GitHub Desktop.
PhpStorm - Compare Files
#!/usr/bin/env bash
# @see: https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html
# @see: https://www.jetbrains.com/help/phpstorm/comparing-files-and-folders.html#comparing_folders
# Usage: phpstorm diff [a] [b]
# View > Compare With
open -na "PhpStorm.app" --args "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment