An open API service indexing awesome lists of open source software.

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) -

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