{"id":13478347,"url":"https://github.com/PaulJuliusMartinez/jless","last_synced_at":"2025-03-27T07:31:02.093Z","repository":{"id":37496939,"uuid":"361079646","full_name":"PaulJuliusMartinez/jless","owner":"PaulJuliusMartinez","description":"jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.","archived":false,"fork":false,"pushed_at":"2025-01-26T02:11:44.000Z","size":2192,"stargazers_count":4940,"open_issues_count":89,"forks_count":98,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-03-25T18:11:19.398Z","etag":null,"topics":["cli","json","rust"],"latest_commit_sha":null,"homepage":"https://jless.io","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PaulJuliusMartinez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-24T05:35:41.000Z","updated_at":"2025-03-25T06:37:32.000Z","dependencies_parsed_at":"2023-11-29T05:30:58.294Z","dependency_job_id":"d2bc1367-83dc-405d-8e50-0f07b20177d9","html_url":"https://github.com/PaulJuliusMartinez/jless","commit_stats":{"total_commits":276,"total_committers":7,"mean_commits":39.42857142857143,"dds":"0.025362318840579712","last_synced_commit":"e6cdef719c7319020391d6bbf838ab272ce44cf0"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulJuliusMartinez%2Fjless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulJuliusMartinez%2Fjless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulJuliusMartinez%2Fjless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulJuliusMartinez%2Fjless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PaulJuliusMartinez","download_url":"https://codeload.github.com/PaulJuliusMartinez/jless/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245802364,"owners_count":20674648,"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","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","json","rust"],"created_at":"2024-07-31T16:01:55.822Z","updated_at":"2025-03-27T07:31:02.047Z","avatar_url":"https://github.com/PaulJuliusMartinez.png","language":"Rust","readme":"![jless logo and mascot](https://raw.githubusercontent.com/PaulJuliusMartinez/jless/master/logo/text-logo-with-mascot.svg)\n\n[`jless`](https://jless.io) is a command-line JSON viewer. Use it as a\nreplacement for whatever combination of `less`, `jq`, `cat` and your\neditor you currently use for viewing JSON files. It is written in Rust\nand can be installed as a single standalone binary.\n\n[![ci](https://github.com/PaulJuliusMartinez/jless/actions/workflows/ci.yml/badge.svg?branch=master\u0026event=push)](https://github.com/PaulJuliusMartinez/jless/actions/workflows/ci.yml)\n\n### Features\n\n- Clean syntax highlighted display of JSON data, omitting quotes around\n  object keys, closing object and array delimiters, and trailing commas.\n- Expand and collapse objects and arrays so you can see both the high-\n  and low-level structure of the data.\n- A wealth of vim-inspired movement commands for efficiently moving\n  around and viewing data.\n- Full regex-based search for finding exactly the data you're looking\n  for.\n\n`jless` currently supports macOS and Linux. Windows support is planned.\n\n## Installation\n\nYou can install `jless` using various package managers:\n\n| Operating System / Package Manager | Command |\n| ---------------------------------- | ------- |\n| macOS - [HomeBrew](https://formulae.brew.sh/formula/jless) | `brew install jless`      |\n| macOS - [MacPorts](https://ports.macports.org/port/jless/) | `sudo port install jless` |\n| Linux - [HomeBrew](https://formulae.brew.sh/formula/jless) | `brew install jless`      |\n| [Arch Linux](https://archlinux.org/packages/extra/x86_64/jless/)     | `pacman -S jless`         |\n| [Void Linux](https://github.com/void-linux/void-packages/tree/master/srcpkgs/jless) | `sudo xbps-install jless` |\n| [NetBSD](https://pkgsrc.se/textproc/jless/)                | `pkgin install jless`     |\n| [FreeBSD](https://freshports.org/textproc/jless/)          | `pkg install jless`       |\n| From source (Requires [Rust toolchain](https://www.rust-lang.org/tools/install))       | `cargo install jless`       |\n\nThe [releases](https://github.com/PaulJuliusMartinez/jless/releases)\npage also contains links to binaries for various architectures.\n\n## Dependencies\n\nOn Linux systems, X11 libraries are needed to build clipboard access if\nbuilding from source. On Ubuntu you can install these using:\n\n```\nsudo apt-get install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev\n```\n\n## Website\n\n[jless.io](https://jless.io) is the official website for `jless`. Code\nfor the website is contained separately on the\n[`website`](https://github.com/PaulJuliusMartinez/jless/tree/website) branch.\n\n## Logo\n\nThe mascot of the `jless` project is Jules the jellyfish.\n\n\u003cimg style=\"width: 250px;\" alt=\"jless mascot\" src=\"https://raw.githubusercontent.com/PaulJuliusMartinez/jless/master/logo/mascot.svg\"\u003e\n\nArt for Jules was created by\n[`annatgraphics`](https://www.fiverr.com/annatgraphics).\n\n## License\n\n`jless` is released under the [MIT License](https://github.com/PaulJuliusMartinez/jless/blob/master/LICENSE).\n","funding_links":[],"categories":["Rust","cli","json","Dev-Utilities","File Viewers and Pretty Printers"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPaulJuliusMartinez%2Fjless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPaulJuliusMartinez%2Fjless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPaulJuliusMartinez%2Fjless/lists"}