GithubHelp home page GithubHelp logo

mxf-view's Introduction

https://melpa.org/packages/mxf-view-badge.svg

mxf-view

An easy to use MXF file viewer for Emacs. Display physical structure of MXF in neat.

images/screencast.gif

Features

  • Provide a view of MXF physical structure
  • Create links between instance references
  • Open/collapse widget easily
  • Hexlify indivisual essence
  • Extract individual essence to file
  • Support for imenu and font lock
  • Revert buffer

Limitations

  • No metadata for local tags
  • No validation
  • No hooks

Screenshots

  • View MXF structure

images/mxf-view.png

  • Move around with imenu

images/imenu.png

  • Hexlify essence

images/hexlify.png

Installation

Install from MELPA

M-x package-install RET mxf-view RET

After installation, put following code to your init file.

(require 'mxf-view)

Or, if you’re fond of `use-pacakge’:

(use-package mxf-view)

Then you can open MXF files directly and navigate physical structure at ease.

Install manually

Put mxf-view.el in your load-path, then add following code to your init file.

(require 'mxf-view)

This updates `auto-mode-alist’ and opening a MXF file enables mxf-view-mode automatically.

If you would like to manage mxf-view as a package, try this:

M-x package-install-file RET mxf-view.el RET

Key bindings

keyfunction
SPCscroll up
DELscroll down
j,nmove to next widget
k,pmove to prior widget
M-nmove to next sibling widget
M-pmove to previous sibling widget
h,umove to parent widget
c,TAB,RETtoggle single widget
/,*toggle widget recursively
xhexlify essence
eextract essence to file
grevert buffer
zsuspend
qquit

mxf-view's People

Contributors

t-suwa avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

emacsmirror

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.