This package browser is in early development. Mind the rough edges.

emacs-openwith

Open external applications for files with Emacs

This package enables you to associate file name patterns with external applications that are automatically invoked when you use commands like find-file. For example, you can have it open png files with feh and mp4 files with mpv. This is especially useful when browsing files with Dired.

Installation

Install the latest version of emacs-openwith as follows:

guix install emacs-openwith

Or install a particular version:

guix install emacs-openwith@20120531-0.5fe01de

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of emacs-openwith about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/emacs-openwith'><img src='https://packages.guix.gnu.org/packages/emacs-openwith/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/emacs-openwith/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/emacs-openwith)

Example Org:

[[https://packages.guix.gnu.org/packages/emacs-openwith][https://packages.guix.gnu.org/packages/emacs-openwith/badges/latest-version.svg]]