Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1011 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 1011 Bytes

DescCron

DescCron (Describe Cron) is a plugin for JetBrains IDEs, that provides a descriptive view of cron expressions for humans.

It's file format agnostic, as the cron expression to be described is a user selected text.

Demo for DescCron

Plugin Homepage

How to use?

Popup Menu

  • Highlight the cron expression
  • Use the options under DescCron group from the Popup Menu

Keyboard Shortcut

  • Highlight the cron expression
  • Use the default keybindings:

Mac OS X

Action Keybinding
Describe ⌘ ⇧ D, C
Next Run ⌘ ⇧ D, N
Previous Run ⌘ ⇧ D, P

Linux / Windows

Action Keybinding
Describe ⌃ ⇧ D, C
Next Run ⌃ ⇧ D, N
Previous Run ⌃ ⇧ D, P

Development

./gradlew clean build
./gradlew runIde