Forge Home

emacs_contextmenu

lets you open files by using the windows context menu in file explorer

8,008 downloads

7,853 latest version

2.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.1 (latest)
  • 0.1.0
released Jan 6th 2016
This version is compatible with:
  • windows

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'jiha-emacs_contextmenu', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jiha-emacs_contextmenu
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jiha-emacs_contextmenu --version 0.1.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

jiha/emacs_contextmenu — version 0.1.1 Jan 6th 2016

emacs_contextmenu

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with emacs_contextmenu
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

Adds emacs as way to open file on context menu.

Module Description

Setup

What emacs_contextmenu affects

  • registry

Beginning with emacs_contextmenu

Usage

Use, require or include the class emacs_contextmenu, it will update the registry to add emacs as a option on the context menu of files, you need to supply a path that tells it where emacs is installed, that variable is named path

so something like this could work class { 'emacs_contextmenu': path => '' }

Reference

Limitations

Only works on windows, needs puppetlabs-registry

Development

Send me a pull-request, if you have changes. Found a issue, go to github and post it there. or send me a email.

Release Notes/Contributors/Etc Optional

V 0.1.0 inital version