{"id":23170975,"url":"https://github.com/ignatandrei/watch2","last_synced_at":"2026-01-26T00:40:35.720Z","repository":{"id":260565679,"uuid":"881684862","full_name":"ignatandrei/watch2","owner":"ignatandrei","description":"Dotnet watch on steroids","archived":false,"fork":false,"pushed_at":"2024-11-04T22:22:32.000Z","size":82,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T10:32:04.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/ignatandrei.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-01T02:58:26.000Z","updated_at":"2024-11-04T20:06:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c018cda6-deac-4d8a-af35-1928e7d418dc","html_url":"https://github.com/ignatandrei/watch2","commit_stats":null,"previous_names":["ignatandrei/watch2"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ignatandrei/watch2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2Fwatch2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2Fwatch2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2Fwatch2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2Fwatch2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignatandrei","download_url":"https://codeload.github.com/ignatandrei/watch2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignatandrei%2Fwatch2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28762981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T00:37:26.264Z","status":"ssl_error","status_checked_at":"2026-01-26T00:37:25.959Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-18T04:15:45.630Z","updated_at":"2026-01-26T00:40:35.705Z","avatar_url":"https://github.com/ignatandrei.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Build Status](https://github.com/ignatandrei/watch2/actions/workflows/compileDeploy.yml/badge.svg)\n\n[![NuGet Version](https://img.shields.io/nuget/v/Watch2.svg?style=flat)](https://www.nuget.org/packages/Watch2)\n\n\n# watch2\n\nDotnet watch on steroids\n\nIt can\n1. clear the console after each run \n   \n2. wait before the watch process to start ( good if you have to run both tests and main program)\n\n## NuGet Tool\n\nYou can find the `Watch2` NuGet Tool [here](https://www.nuget.org/packages/Watch2).\n\nInstall the package using the following command:\n\n```\n\ndotnet tool install --global Watch2 \n\n```\n\n## Usage\n\nYou can use everywhere you use `dotnet watch` . Just replace `dotnet watch` with `dotnet watch2` .\n\nA watch2.json file is created in the current directory. You can modify it to your needs.\n\n```json\n{\n  \"version\": 1,\n  \"ClearConsole\": true,\n  \"TimeOut\": 15000\n}\n```\n\n- `ClearConsole` : if true, it will clear the console after each run\n- `TimeOut` : the time in milliseconds to wait for the process to start. \n- `version` : the version of the file. Do not change it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Fwatch2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignatandrei%2Fwatch2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignatandrei%2Fwatch2/lists"}