A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ericdallo/jet.el below:

ericdallo/jet.el: Emacs integration for the jet Clojure tool

Run jet Clojure tool from Emacs using a smooth interface

You can install from MELPA with package.el:

The main command is M-x jet which presents a magit-like interface where you can customize the args and choose lots of options like:

Check the gif for an example.

Besides the main command it's possible to run each action directly as command, like jet-paste-cursor which will call jet directly passing the the region and checking the variable jet-default-args, useful for creating bindings for most used commands.

It's possible to keybind a specific function passing pre-defined args, example:

(defun jet-json-to-clipboard ()
  (interactive)
  (jet-to-clipboard (jet--thing-at-point) '("--from=json" "--to=edn")))
  
(global-set-key (kbd "C-c j j e") 'copy-json-as-edn)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4