Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/souravray/gafas

A JSON beautifier, that you have always longed for!
https://github.com/souravray/gafas

Last synced: 16 days ago
JSON representation

A JSON beautifier, that you have always longed for!

Awesome Lists containing this project

README

        

![Gafas](https://github.com/souravray/gafas/blob/assets/assets/logo/cyan/medium.png)
# Gafas
A beautiful JSON snippet viewer for Terminal! :black_large_square:

## How to install?
```
npm i -g gafas
```

## Utility commands

### Scrolling
| Keyboard Shorthand | Command |
| ------------- | ------------- |
| :arrow_up: | Scroll up |
| :arrow_down: | Scroll down |
| `Shift` + :arrow_up: | Fast scroll up |
| `Shift` + :arrow_down: | Fast scroll down |

### Navigating history
| Keyboard Shorthand | Command |
| ------------- | ------------- |
| :arrow_left: | Move to previous snippet |
| :arrow_right: | Move to next snippet |
| `Shift` + :arrow_left: | Move to oldest snippet |
| `Shift` + :arrow_right: | Move to newest snippet |

### Exit
| Keyboard Shorthand | Command |
| ------------- | ------------- |
| `Escp` | Exit viewer |