ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Crontab

by michaelblyons ALL

A Plugin for Crontab Highlighting in Sublime Text

Details

  • 2.5.0
    1.4.0
    1.0.0
    0.1.0
  • github.​com
  • github.​com
  • 3 weeks ago
  • 42 minutes ago
  • 11 years ago

Installs

  • Total 4K
  • Win 1K
  • Mac 2K
  • Linux 1K
Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 1 4 0 0 0 0 0 1 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Crontab for Sublime Text

This package leniently highlights 5-term crontab formats and adds helpers for loading, saving, and a human-readable version.

Make sure that your system supports features like L, W, or # before saving them to your crontab file.

Screenshot of crontab file with syntax highlighting

Features

  • Syntax highlighting for crontab files.
    • Shell syntax highlighting for cron commands.
    • Separate syntax highlighter for “system” crontab files.
  • Command Palette entry to Edit my crontab file.
  • Configurable color-coded underline for cron expression parts.
  • Completions for cron expressions and enums like month names.
  • Hover on a cron expression for an explanation.
  • Comment and uncomment lines using Ctrl+/ or Cmd+/.
  • “Build” system to save as your crontab file or to lint if supported on your machine.

Installation

  1. Run the “Package Control: Install Package” command.
  2. Find and install the Crontab plugin.
  3. Restart Sublime Text.

Lineage & Acknowledgements