Local History

A Sublime Text 2 plugin for maintaining local history of files. [backup | open | compare | replace | incremental diff]

Download as .zip Download as .tar.gz View on GitHub

Local History

A Sublime Text 2/3 plugin for maintaining local history of files

Benefits

Installation

With the Package Control plugin: The easiest way to install this plugin is through Package Control

Without Git: Download the latest source zip from github and extract the files to your Sublime Text "Packages" directory, into a new directory named Local History.

With Git: Clone the repository in your Sublime Text "Packages" directory:

git clone https://github.com/vishr/local-history.git "Local History"

The "Packages" directory location:

Usage

Open | Compare | Replace | Incremental Diff

Delete All

Settings

{
  "file_history_retention": 30, // In days
  "file_size_limit": 262144 // 256 KiB
}

Caveats