rejeep / jq.el

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED] jq.el

Build Status Coverage Status Tag Version ![License] (http://img.shields.io/:license-gpl3-blue.svg)

(Please use https://github.com/ljos/jq-mode instead)

Emacs major mode for jq.

Demo

This is a work in progress, please feel free to chip in.

Usage

You can launch it whether by calling jq that will prompting you a file or by calling jq-mode on an existing JSON buffer.

Here are the main command if the mode, which mostly enable you to tweak different jq modes:

  • C-c C-s : jq-toggle-slurp
  • C-c C-p : jq-toggle-pretty
  • C-c C-r : jq-toggle-raw
  • C-c C-j : jq-toggle-join
  • C-c C-q : jq-quit

About


Languages

Language:Emacs Lisp 69.2%Language:Gherkin 29.2%Language:Makefile 1.6%