Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernzi/gedit-autosave
Gedit automatically saves as you type (and when the window is unfocused)
https://github.com/fernzi/gedit-autosave
gedit plugin python
Last synced: about 2 months ago
JSON representation
Gedit automatically saves as you type (and when the window is unfocused)
- Host: GitHub
- URL: https://github.com/fernzi/gedit-autosave
- Owner: fernzi
- License: gpl-3.0
- Created: 2016-01-03T00:34:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T05:45:40.000Z (6 months ago)
- Last Synced: 2024-08-13T03:05:49.417Z (5 months ago)
- Topics: gedit, plugin, python
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`:```sh
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.