Skip to content

Tool for generating image from source code using germanium

License

Notifications You must be signed in to change notification settings

matsuyoshi30/germanium-el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool for generating image from source code using germanium

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published