Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/souravray/gafas
- Owner: souravray
- License: mit
- Created: 2018-12-02T18:43:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-23T21:31:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-22T20:18:07.016Z (22 days ago)
- Language: JavaScript
- Size: 259 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |