{"id":14008580,"url":"https://github.com/AdrianSchneider/jsonfui","last_synced_at":"2025-07-24T04:30:38.806Z","repository":{"id":34033916,"uuid":"37794163","full_name":"AdrianSchneider/jsonfui","owner":"AdrianSchneider","description":"jsonfui is an interactive command-line JSON viewer.","archived":false,"fork":false,"pushed_at":"2020-04-13T01:37:22.000Z","size":597,"stargazers_count":150,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-30T19:38:25.812Z","etag":null,"topics":["cli","cli-app","json","json-viewer","tui"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdrianSchneider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-21T02:49:36.000Z","updated_at":"2024-09-03T21:48:05.000Z","dependencies_parsed_at":"2022-07-14T03:00:34.045Z","dependency_job_id":null,"html_url":"https://github.com/AdrianSchneider/jsonfui","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/AdrianSchneider/jsonfui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianSchneider%2Fjsonfui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianSchneider%2Fjsonfui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianSchneider%2Fjsonfui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianSchneider%2Fjsonfui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdrianSchneider","download_url":"https://codeload.github.com/AdrianSchneider/jsonfui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianSchneider%2Fjsonfui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266792694,"owners_count":23984790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cli-app","json","json-viewer","tui"],"created_at":"2024-08-10T11:01:51.568Z","updated_at":"2025-07-24T04:30:38.513Z","avatar_url":"https://github.com/AdrianSchneider.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# jsonfui\n\njsonfui is an interactive command-line JSON viewer. [Examples](#examples)\n\n## Installation\n\n### Download Binary\n\nDownload [latest release](https://github.com/AdrianSchneider/jsonfui/releases) from GitHub (does not require node.js).\n\n### npm Release\n\nOr, install via npm (requires node.js):\n\n```\nnpm install -g jsonfui\n```\n\n## Usage\n\nTo start jsonfui, pass a filename to it:\n\n    jsonfui /path/to/file.json\n\nYou can also read from stdin instead of a file:\n\n    curl -s https://api.github.com/users/adrianschneider/repos | jsonfui\n\nYou can also write to stdout with `Enter`:\n\n    # list repos, pick one, view on github\n    curl -s https://api.github.com/users/adrianschneider/repos | jsonfui | xargs open\n\nWhen the application is open, you are in a vim-style tree viewer.\n\n### Hotkeys (vim mode)\n\n`down`, `j`: down  \n`up`, `k`: up  \n`left`, `h`: go back/up one level  \n`right`, `l`: view child node  \n`\u003cEnter\u003e`: send current selection to stdout and exit  \n`y` or `c`: copy current value to clipboard  \n`-`: toggle expansion  \n`/`: search for string recursively  \n`*`: search for value under cursor  \n`n`: next search result at current depth  \n`N`: prev search result at current depth  \n`\u003cspace\u003e`: clear highlight  \n\n## Examples\n\n### Reading from Standard In\n\n![Piped Content](./examples/jsonfui_curl.gif)\n\n### Reading from a File\n\n![Local File](./examples/jsonfui_local.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdrianSchneider%2Fjsonfui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdrianSchneider%2Fjsonfui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdrianSchneider%2Fjsonfui/lists"}