https://github.com/unitech/gc-refresh-mode
Google Chrome & Emacs & File Save = Automatic Refresh. This plugin permits you to refresh AUTOMATICALLY google chrome when saving a file ! - Fell free to fork it and enhance it. It worth (I do not have enough time to maitain it) -
https://github.com/unitech/gc-refresh-mode
Last synced: 4 months ago
JSON representation
Google Chrome & Emacs & File Save = Automatic Refresh. This plugin permits you to refresh AUTOMATICALLY google chrome when saving a file ! - Fell free to fork it and enhance it. It worth (I do not have enough time to maitain it) -
- Host: GitHub
- URL: https://github.com/unitech/gc-refresh-mode
- Owner: Unitech
- Created: 2011-09-11T21:14:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-19T11:19:45.000Z (over 14 years ago)
- Last Synced: 2025-04-02T11:36:25.823Z (9 months ago)
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GC REFRESH v0.1
GC Refresh by Strzelewicz Alexandre (http://apps.hemca.com)
: This plugin **auto-reload Chromium tabs** when you save a file
# PLEASE
Contribute to : http://emacs.vote-system.com/ !
# INSTALLATION
1. You must be on a UNIX system
2. The command line **chromium-browser** must be accessible from the command line !
If all of this is OK so you can install it :
$ cd ~/.emacs.d/
$ git clone https://Alexandre-Strzelewicz@github.com/Alexandre-Strzelewicz/gc-refresh-mode.git
$ emacs ~/.emacs.el
Then add to your .emacs.el :
(add-to-list 'load-path (expand-file-name "~/.emacs.d/gc-refresh-mode"))
(require 'gc-refresh-mode)
# USAGE
* M-x : gc-refresh-mode
* Type the url
* Then you're OK !
# TODO
- File parsing to get URL to refresh & open directly the right page
MIT licensed