From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Sedach Subject: Re: Which package is your goto package for pretty-printing javascript? Date: Mon, 25 Feb 2019 23:34:11 -0800 Message-ID: <18175.5518585973$1551166520@news.gmane.org> References: <87r2bwpd2h.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gyXGW-00083c-6N for help-guix@gnu.org; Tue, 26 Feb 2019 02:35:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gyXGN-0000Ha-Pj for help-guix@gnu.org; Tue, 26 Feb 2019 02:34:54 -0500 Received: from forward100p.mail.yandex.net ([2a02:6b8:0:1472:2741:0:8b7:100]:52002) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gyXGI-0000Bo-NU for help-guix@gnu.org; Tue, 26 Feb 2019 02:34:47 -0500 In-reply-to: <87r2bwpd2h.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Alex Vong Cc: help-guix@gnu.org I use json-reformat.el in Emacs, and the jq program (which does pretty-printing, among many other things) when I have to shell script. Vladimir