{"id":25081141,"url":"https://github.com/neonarray/snitch_flutter","last_synced_at":"2025-04-01T07:59:13.588Z","repository":{"id":185687049,"uuid":"673911096","full_name":"NeonArray/snitch_flutter","owner":"NeonArray","description":"An application to display debug logs via a socket connection.","archived":false,"fork":false,"pushed_at":"2023-08-02T18:29:45.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T04:14:55.443Z","etag":null,"topics":["dart","flutter","socket"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/NeonArray.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,"governance":null}},"created_at":"2023-08-02T17:48:55.000Z","updated_at":"2023-08-02T18:35:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"4424fe88-47ca-4909-9f61-6fc806d0f6a6","html_url":"https://github.com/NeonArray/snitch_flutter","commit_stats":null,"previous_names":["neonarray/snitch_flutter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fsnitch_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fsnitch_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fsnitch_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeonArray%2Fsnitch_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeonArray","download_url":"https://codeload.github.com/NeonArray/snitch_flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604614,"owners_count":20804100,"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":["dart","flutter","socket"],"created_at":"2025-02-07T04:37:05.459Z","updated_at":"2025-04-01T07:59:13.552Z","avatar_url":"https://github.com/NeonArray.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snitch\n\nAn application to display debug logs via a socket connection.\n\n![Screenshot of Snitch](screenshot.jpg)\n\n## Usage\n\nTo send data to the app, open a socket connection to `localhost:9999` and write data to it.\n\nThe app will display any data you send it, but if you want syntax highlighting you should send it as JSON in the following schema.\n\n```json\n{\n  \"origin\": {\n    \"file\": \"path/to/file\",\n    \"lineNumber\": 23,\n    \"hostname\": \"my-computer.local\"\n  },\n  \"language\": \"dart\",\n  \"value\": \"json-stringified-values\"\n}\n```\n\nTo send commands to the app you can add the `command` key to the JSON, passing it the command to execute. Note that you can't pass arbitrary commands as they won't be recognized.\n\n```json\n{\n  \"command\": \"clear\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneonarray%2Fsnitch_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneonarray%2Fsnitch_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneonarray%2Fsnitch_flutter/lists"}