fernzi / gedit-autosave

Gedit automatically saves as you type (and when the window is unfocused)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gedit Autosave Plugin

When activated, this plugin will automatically save your current document while you edit it, in a Google Docs-like fashion.

Saving occurs 2 seconds after you stop typing and when the window is unfocused. The plugin doesn't attempt to save read-only or untitled documents.

Installation

Download the ZIP, and extract on your plugin directory, usually located at ~/.local/share/gedit/plugins/, or clone the repository using git:

mkdir -p ~/.local/share/gedit/plugins
cd ~/.local/share/gedit/plugins
git clone https://github.com/fernzi/gedit-autosave.git

Afterwards, restart Gedit and activate the plugin from the preferences dialog.

About

Gedit automatically saves as you type (and when the window is unfocused)

License:GNU General Public License v3.0


Languages

Language:Python 94.9%Language:Makefile 5.1%