{"id":13443212,"url":"https://github.com/ChillarAnand/real-auto-save","last_synced_at":"2025-03-20T16:30:38.648Z","repository":{"id":26498831,"uuid":"29951238","full_name":"ChillarAnand/real-auto-save","owner":"ChillarAnand","description":"Automatically save your all your buffers/files at regular intervals in Emacs!","archived":false,"fork":false,"pushed_at":"2021-10-02T06:57:30.000Z","size":73,"stargazers_count":53,"open_issues_count":10,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-17T20:38:36.079Z","etag":null,"topics":["buffers","elisp","emacs"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChillarAnand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-28T04:51:47.000Z","updated_at":"2025-01-05T11:59:27.000Z","dependencies_parsed_at":"2022-08-17T17:05:23.005Z","dependency_job_id":null,"html_url":"https://github.com/ChillarAnand/real-auto-save","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChillarAnand%2Freal-auto-save","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChillarAnand%2Freal-auto-save/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChillarAnand%2Freal-auto-save/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChillarAnand%2Freal-auto-save/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChillarAnand","download_url":"https://codeload.github.com/ChillarAnand/real-auto-save/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244649690,"owners_count":20487469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buffers","elisp","emacs"],"created_at":"2024-07-31T03:01:57.615Z","updated_at":"2025-03-20T16:30:38.317Z","avatar_url":"https://github.com/ChillarAnand.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"[![MELPA](http://melpa.org/packages/real-auto-save-badge.svg)](http://melpa.org/#/real-auto-save)\n\n# real-auto-save\nAutomatically save your all your files at regular intervals.\n\n## Installation\n\n### MELPA\n\nYou can install a snapshot of real-auto-save from the [MELPA](http://melpa.org/#/real-auto-save) repository.\n\n### Github\n\nDownload `real-auto-save.el` and put this file in a folder where Emacs can find it.\nAdd following lines to your .emacs initialization file to enable auto save in all programming modes.\n\n     (require 'real-auto-save)\n     (add-hook 'prog-mode-hook 'real-auto-save-mode)\n\n## Configuration\n\nAuto save interval is 10 seconds by default. You can change it:\n\n     (setq real-auto-save-interval 5) ;; in seconds\n\nEmacs 26.1 introduced `auto-save-visited-mode`. But that new mode is global, and saves *all* buffers. For a more limited solution, use `real-auto-save` with a file-local variable or mode hook.\n\nFor example, to use this mode only for org files, add this to your Emacs config:\n\n    (require 'real-auto-save)\n    (add-hook 'org-mode-hook 'real-auto-save-mode)\n\nBy default, real-auto-save mode uses idle timer. If your emacs is idle, after `real-auto-save-interval` seconds it will save buffers.\n\nIf you want to save all your buffers, every `real-auto-save-interval` seconds.\n\n## Acknowledgments\n\nThanks to [Steve Purcell](https://github.com/purcell) for reviewing and providing help with development.\n\nThanks to all contributors!\n\n## Contribution\n- cask\n  - install via brew\n    ```shell\n    brew install cask\n    ```\n\n  - manual install\n    ```shell\n    cd ~/\n    hub clone cask/cask\n    export PATH=\"$HOME/.cask/bin:$PATH\"\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChillarAnand%2Freal-auto-save","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChillarAnand%2Freal-auto-save","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChillarAnand%2Freal-auto-save/lists"}