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 159
  • Linux 113
Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21
Windows 0 1 0 0 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 1 0 0 0 0 0 0 0 0 0 0 1 0 0
Mac 0 0 0 0 0 0 0 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
Linux 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 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