Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.06 KB

README.org

File metadata and controls

47 lines (27 loc) · 1.06 KB

germanium.el - Generate image from source code

https://melpa.org/packages/germanium-badge.svg

Description

Tool for generating image from source code using germanium. It requires you to have the germanium command-line tool installed on your path.

Install

MELPA

germanium.el can be installed with package.el from MELPA.

Manual

Download germanium.el file with git clone or something, and add to your config.

(add-to-list 'load-path "/path/to/germanium.el directory")
(require 'germanium)

Usage

germanium-buffer-to-png

You can generate image from current buffer file via M-x germanium-buffer-to-png.

./assets/buffer.gif

germanium-region-to-png

You can generate image from region via M-x germanium-region-to-png. You need to select region.

./assets/region.gif

License

General Public License Version 3 (GPLv3)

Author

matsuyoshi30