{"id":43274996,"url":"https://github.com/magnickolas/inf","last_synced_at":"2026-05-17T22:01:19.349Z","repository":{"id":65023428,"uuid":"527983863","full_name":"magnickolas/inf","owner":"magnickolas","description":"Instant feedback for your development loop","archived":false,"fork":false,"pushed_at":"2025-07-05T07:44:48.000Z","size":534,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-01T23:42:39.883Z","etag":null,"topics":["build-automation","cli","file-watcher","hot-reload","live-reload","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/magnickolas.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-23T12:36:46.000Z","updated_at":"2025-08-07T20:54:50.000Z","dependencies_parsed_at":"2023-02-15T18:31:28.560Z","dependency_job_id":"e3f02238-164e-4d73-9cd2-ccd648f6d06d","html_url":"https://github.com/magnickolas/inf","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/magnickolas/inf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnickolas%2Finf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnickolas%2Finf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnickolas%2Finf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnickolas%2Finf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magnickolas","download_url":"https://codeload.github.com/magnickolas/inf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnickolas%2Finf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33153669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["build-automation","cli","file-watcher","hot-reload","live-reload","shell"],"created_at":"2026-02-01T16:16:22.542Z","updated_at":"2026-05-17T22:01:19.344Z","avatar_url":"https://github.com/magnickolas.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inf\n\n\u003cimg width=\"128\" alt=\"inf logo\" src=\"https://raw.githubusercontent.com/magnickolas/inf/refs/heads/main/extra/logo.svg\" align=\"left\"\u003e \n\n**Instant feedback for your development loop.**\n\n*inf* monitors source files and executes the given compile / run commands as soon\nas those files change.\n\n\u003cbr clear=\"left\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/magnickolas/inf/refs/heads/main/extra/demo.gif\" alt=\"inf demo\" width=\"700\"\u003e\n\u003c/p\u003e\n\n## Installation\n\n```console\ncargo install inf\n```\n\nOr via the install script:\n```console\ncurl -fsSL https://raw.githubusercontent.com/magnickolas/inf/main/install.sh | sh\n```\n\nOr build from source:\n```console\ngit clone https://github.com/magnickolas/inf\ncd inf\nmake install prefix=~/.local\n```\n\n## Usage examples\n\nRebuild and run when `main.c` changes:\n```console\ninf --run ./main gcc -o main main.c\n```\n\nPipe input into the binary when either `main.c` or `input.txt` changes:\n```console\ninf --input input.txt --run ./main gcc -o main main.c\n```\n\nFor build systems, list every source file that should trigger a rebuild. Here the shell expands the globs and pipes them into inf (inf monitors all `*.c` and `*.h` files in `src/`):\n```console\necho src/*.c src/*.h | inf --run \"make test\" make -j4\n```\n\n- Run a static type checker in _zen_ mode (no meta-headers), whenever any Python file in `src/` or its subdirectories changes:\n\n```console\ninf -z mypy src/**/*.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnickolas%2Finf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagnickolas%2Finf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnickolas%2Finf/lists"}