From 74890ba1a787edc281b504f0aacdf8210164dfea Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Thu, 4 Oct 2018 13:09:23 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1d0a008..06b7e500 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ fx +_* Function eXecution_ + # [![Build Status](https://travis-ci.org/antonmedv/fx.svg?branch=master)](https://travis-ci.org/antonmedv/fx) Command-line JSON processing tool @@ -149,8 +151,10 @@ $ cat package.json | fx this.dependencies ? * [jq](https://github.com/stedolan/jq) – cli JSON processor on C * [jl](https://github.com/chrisdone/jl) – functional sed for JSON on Haskell -* [xx](https://github.com/antonmedv/xx) – `fx`-like JSON tool on Go +* [xx](https://github.com/antonmedv/xx) – `fx`-like JSON tool (*go*) * [ymlx](https://github.com/matthewadams/ymlx) - `fx`-like YAML cli processor +* [jv](https://github.com/maxzender/jv) – interactive JSON viewer (*go*) +* [jid](https://github.com/simeji/jid) – interactive cli tool based on jq (*go*) ## License