Examples (5)
Open the current directory in IntelliJ IDEA
idea path/to/directoryOpen a specific file or directory in IntelliJ IDEA
idea path/to/file_or_directoryOpen the diff viewer to compare up to 3 files
Open the merge dialog to perform a two-way file merge
idea merge path/to/file1 path/to/file2 path/to/outputRun code inspections on a project
idea inspect path/to/project_directory path/to/inspection_profile path/to/outputmade by @shridhargupta | data from tldr-pages