denisidoro / floki

A JSON/EDN browser for the terminal

Home Page:https://www.npmjs.com/package/floki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Floki

CircleCI npm version

A JSON/EDN browser for the terminal

⚠️ Work on this repository will be discontinued in favor of my navigators. Thank you for all the support! ⚠️

Demo

Installation

npm install -g floki

Usage

echo '{"a": 42}' | floki
  • directions: h, j, k, l or the arrow keys
  • first/last item: g/G, respectively
  • copy the path: y
  • quit: q

Roadmap

Please refer to the issues page.

Inspiration and template for building your own terminal UI

I've used polymeris/hello-react-blessed as a starting point.

If you want to build a tool similar to this one, use eccentric-j/cljs-tui-template.

Etymology

browser > navigator > viking > Flóki

About

A JSON/EDN browser for the terminal

https://www.npmjs.com/package/floki

License:Apache License 2.0


Languages

Language:Clojure 89.8%Language:Shell 10.2%