{"id":17478207,"url":"https://github.com/vitortrin/colorized_inspect","last_synced_at":"2025-07-11T06:35:32.013Z","repository":{"id":57484564,"uuid":"207400612","full_name":"VitorTrin/colorized_inspect","owner":"VitorTrin","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-30T17:30:45.000Z","size":68,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T00:53:32.962Z","etag":null,"topics":["debug","elixir"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VitorTrin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-09T20:40:59.000Z","updated_at":"2023-05-14T14:43:49.000Z","dependencies_parsed_at":"2022-09-02T00:01:30.287Z","dependency_job_id":null,"html_url":"https://github.com/VitorTrin/colorized_inspect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/VitorTrin/colorized_inspect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorTrin%2Fcolorized_inspect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorTrin%2Fcolorized_inspect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorTrin%2Fcolorized_inspect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorTrin%2Fcolorized_inspect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VitorTrin","download_url":"https://codeload.github.com/VitorTrin/colorized_inspect/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VitorTrin%2Fcolorized_inspect/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264748977,"owners_count":23658112,"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":["debug","elixir"],"created_at":"2024-10-18T20:11:42.149Z","updated_at":"2025-07-11T06:35:31.993Z","avatar_url":"https://github.com/VitorTrin.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ColorizedInspect\n\nProvides an inspect that has syntax highlighting.\n\n## Usage\n\n![example](example.png)\n\nOr in the shortend version:\n\n![example2](example2.png)\n\nIn this example were used the default colors for this library and the shell used the default linux colors.\n\n## Why?\n\nThere are times where you are inspecting a biiig data structure, and a bit of syntax highlighting would help.\n\n### Why not use `IO.inspect/2` directly?\n\nThe `IO.inspect/2` function allows you to pass an `:syntax_colors` option that changes\nthe syntax coloring of the thing you are inspected.\nThing is, I don't want to paste a colorscheme every time I want to inspect something.\nSo you don't have to\n\n* Read the deep nested documentation (sometimes it's not even documented. There's no reference to what are the possible keys to the colorscheme list)\n* Create a colorscheme\n* Create code so you can reuse the colorscheme\n\nI made this.\n\n## Configuration\n\nIf you want to change the colors:\n\n```elixir\nconfig :colorized_inspect,\n        [\n          number: :red,\n          atom: :green,\n          regex: :white,\n          tuple: :yellow,\n          map: :blue,\n          list: :magenta\n        ]\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `colorized_inspect` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:colorized_inspect, \"~\u003e 1.0.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/colorized_inspect](https://hexdocs.pm/colorized_inspect).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitortrin%2Fcolorized_inspect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitortrin%2Fcolorized_inspect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitortrin%2Fcolorized_inspect/lists"}