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:
jet-print
)jet-paste-cursor
)jet-paste-buffer
)jet-to-clipboard
)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