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

Chains

by hc-12 ALL

A sublime calendar plugin to mark your daily goal inspired by Jerry Seinfield's "Don't break the chain".

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 155
  • Linux 110
Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31
Windows 0 0 0 2 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 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 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
Linux 0 0 0 0 0 0 0 0 0 1 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

Readme

Source
raw.​githubusercontent.​com

Chains

A Sublime Text calendar plugin to complete and mark your special goal everyday. Inspired by Jerry Seinfeld's “Don't break the chain” productivity method.

Features

  • You can have as many calendars as you like saved in individual .chain file extension
  • You can highlight multiple dates and toggle them
  • Weekends are clearly marked
  • Current date is automatically highlighted in red, becomes green when toggled done
  • Quick key binding to mark today done
  • Forbid toggling on future dates

And remember “Don't Break The Chain!”

Installation

Using Package Control:

  • Bring up the Command Palette (Command+Shift+P on OS X, Control+Shift+P on Linux/Windows).
  • Select Package Control: Install Package.
  • Select Package Chains to install.

Not using Package Control:

  • Save files to the Packages/Chains directory, then relaunch Sublime:
    • Linux: ~/.config/sublime-text-2|3/Packages/Chains
    • Mac: ~/Library/Application Support/Sublime Text 2|3/Packages/Chains
    • Windows: %APPDATA%/Sublime Text 2|3/Packages/Chains

Usage

  • Create a new file - ctrl or cmd + shift + p. Select Chains: New Document
  • ctrl or cmd + d to mark_as_done
  • ctrl or cmd + e to unmark_done
  • ctrl or cmd + x to done_toggle
  • ctrl or cmd + shift + d to mark_today_as_done