Skip to content

jonathanlermitage/ij-worldclock

Repository files navigation

logo
World Clock

Intellij IDEA (Community and Ultimate) plugin that shows one or two customizable clocks in the status bar.
By default, shows current time at Montreal (Canada) and Paris (France). See configuration in File, Settings..., Appearance, World Clock.

Build

Install JDK17+. You should be able to start Gradle Wrapper (gradlew). See Gradle commands below.

Gradle commands

$ gradlew buildPlugin        # build plugin to build/distributions/*.zip
$ gradlew runIde             # try plugin in a standalone IDE
$ gradlew dependencyUpdates  # check for dependencies updates
$ gradlew verifyPlugin       # validate plugin.xml descriptors as well as plugin's archive structure
$ gradlew runPluginVerifier  # check for compatibility issues with IDE

License

MIT License. In other words, you can do what you want: this project is entirely OpenSource, Free and Gratis.

Author

Jonathan Lermitage (jonathan.lermitage@gmail.com, linkedin, buymeacoff.ee)

Screenshots

Clocks in status bar:

clocks

Configuration panel:

clocks