-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2accc42
commit c4c97dd
Showing
21 changed files
with
468 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
# List of popular and built-in applications IDs | ||
|
||
The list is useful to compose custom [`on-window-detected` callback](./guide.md#on-window-detected-callback) | ||
|
||
|Application name|Application ID| | ||
|----------------|--------------| | ||
|1Password|`com.1password.1password`| | ||
|Activity Monitor|`com.apple.ActivityMonitor`| | ||
|AirPort Utility|`com.apple.airport.airportutility`| | ||
|Alacritty|`org.alacritty`| | ||
|Android Studio|`com.google.android.studio`| | ||
|App Store|`com.apple.AppStore`| | ||
|AppCode|`com.jetbrains.AppCode`| | ||
|Arc Browser|`company.thebrowser.Browser`| | ||
|Audio MIDI Setup|`com.apple.audio.AudioMIDISetup`| | ||
|Automator|`com.apple.Automator`| | ||
|Battle.net|`net.battle.app`| | ||
|Books|`com.apple.iBooksX`| | ||
|CLion|`com.jetbrains.CLion`| | ||
|Calculator|`com.apple.calculator`| | ||
|Calendar|`com.apple.iCal`| | ||
|Chess|`com.apple.Chess`| | ||
|Clock|`com.apple.clock`| | ||
|ColorSync Utility|`com.apple.ColorSyncUtility`| | ||
|Console|`com.apple.Console`| | ||
|Contacts|`com.apple.AddressBook`| | ||
|Dictionary|`com.apple.Dictionary`| | ||
|Disk Utility|`com.apple.DiskUtility`| | ||
|Docker|`com.docker.docker`| | ||
|FaceTime|`com.apple.FaceTime`| | ||
|Find My|`com.apple.findmy`| | ||
|Finder|`com.apple.finder`| | ||
|Firefox|`org.mozilla.firefox`| | ||
|Freeform|`com.apple.freeform`| | ||
|GIMP|`org.gimp.gimp-2.10`| | ||
|Google Chrome|`com.google.Chrome`| | ||
|Grapher|`com.apple.grapher`| | ||
|Home|`com.apple.Home`| | ||
|Inkscape|`org.inkscape.Inkscape`| | ||
|IntelliJ IDEA Community|`com.jetbrains.intellij.ce`| | ||
|IntelliJ IDEA Ultimate|`com.jetbrains.intellij`| | ||
|Karabiner-Elements|`org.pqrs.Karabiner-Elements.Settings`| | ||
|Keychain Access|`com.apple.keychainaccess`| | ||
|Keynote|`com.apple.iWork.Keynote`| | ||
|Kitty|`net.kovidgoyal.kitty`| | ||
|Mail|`com.apple.mail`| | ||
|Maps|`com.apple.Maps`| | ||
|Marta|`org.yanex.marta`| | ||
|Messages|`com.apple.MobileSMS`| | ||
|Music|`com.apple.Music`| | ||
|Notes|`com.apple.Notes`| | ||
|Pages|`com.apple.iWork.Pages`| | ||
|Photo Booth|`com.apple.PhotoBooth`| | ||
|Photos|`com.apple.Photos`| | ||
|Podcasts|`com.apple.podcasts`| | ||
|Preview|`com.apple.Preview`| | ||
|PyCharm Community|`com.jetbrains.pycharm.ce`| | ||
|PyCharm Professional|`com.jetbrains.pycharm`| | ||
|QuickTime Player|`com.apple.QuickTimePlayerX`| | ||
|Reminders|`com.apple.reminders`| | ||
|Safari|`com.apple.Safari`| | ||
|Shortcuts|`com.apple.shortcuts`| | ||
|Slack|`com.tinyspeck.slackmacgap`| | ||
|Spotify|`com.spotify.client`| | ||
|Steam|`com.valvesoftware.steam`| | ||
|Stocks|`com.apple.stocks`| | ||
|Sublime Merge|`com.sublimemerge`| | ||
|Sublime Text|`com.sublimetext.4`| | ||
|System Settings|`com.apple.systempreferences`| | ||
|TV|`com.apple.TV`| | ||
|Telegram|`com.tdesktop.Telegram`| | ||
|Terminal|`com.apple.Terminal`| | ||
|TextEdit|`com.apple.TextEdit`| | ||
|Thunderbird|`org.mozilla.thunderbird`| | ||
|Time Machine|`com.apple.backup.launcher`| | ||
|Tor Browser|`org.torproject.torbrowser`| | ||
|Transmission|`org.m0k.transmission`| | ||
|VLC|`org.videolan.vlc`| | ||
|Visual Studio Code|`com.microsoft.VSCode`| | ||
|VoiceMemos|`com.apple.VoiceMemos`| | ||
|VoiceOver Utility|`com.apple.VoiceOverUtility`| | ||
|Weather|`com.apple.weather`| | ||
|Xcode|`com.apple.dt.Xcode`| | ||
|iMovie|`com.apple.iMovieApp`| | ||
|iTerm2|`com.googlecode.iterm2`| | ||
|kdenlive|`org.kde.Kdenlive`| |
Oops, something went wrong.