项目作者: arunvelsriram

项目描述 :
DescCron (Describe Cron) is a plugin for JetBrains IDEs, that provides a descriptive view of cron expressions for humans.
高级语言: Kotlin
项目地址: git://github.com/arunvelsriram/DescCron.git
创建时间: 2020-04-18T06:36:12Z
项目社区:https://github.com/arunvelsriram/DescCron

开源协议:MIT License

下载


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.

Supported cron types:

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

  1. ./gradlew clean build
  2. ./gradlew runIde