{"id":46014623,"url":"https://github.com/spenserblack/boop","last_synced_at":"2026-03-06T06:02:24.189Z","repository":{"id":341236755,"uuid":"1168555672","full_name":"spenserblack/boop","owner":"spenserblack","description":"Create a file on the filesystem","archived":false,"fork":false,"pushed_at":"2026-02-28T23:42:49.000Z","size":37,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T02:41:50.445Z","etag":null,"topics":["cli","touch","utilities","utility"],"latest_commit_sha":null,"homepage":"","language":"Go","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/spenserblack.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":"2026-02-27T14:26:52.000Z","updated_at":"2026-03-01T22:15:39.000Z","dependencies_parsed_at":"2026-03-02T02:01:10.907Z","dependency_job_id":null,"html_url":"https://github.com/spenserblack/boop","commit_stats":null,"previous_names":["spenserblack/boop"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/spenserblack/boop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Fboop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Fboop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Fboop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Fboop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spenserblack","download_url":"https://codeload.github.com/spenserblack/boop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spenserblack%2Fboop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30030838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T00:31:48.536Z","status":"online","status_checked_at":"2026-03-03T02:00:07.650Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","touch","utilities","utility"],"created_at":"2026-03-01T01:03:44.161Z","updated_at":"2026-03-03T03:00:51.644Z","avatar_url":"https://github.com/spenserblack.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `boop`\n\n[![CI](https://github.com/spenserblack/boop/actions/workflows/ci.yml/badge.svg)](https://github.com/spenserblack/boop/actions/workflows/ci.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/spenserblack/boop)](https://goreportcard.com/report/github.com/spenserblack/boop)\n\n`touch` is officially used to update timestamps for files. But it's often used to create\nempty files. `boop` was inspired by *that* usage, and adds a bit more functionality for\ncreating new files. It is not intended to completely replace `touch`, but help reduce\nseries of commands that *include* `touch` into just one command.\n\n- Create both files and *directories.* If the filepath ends in a trailing slash, `boop`\n  will create a directory.\n- Set execute permissions when creating a file (does nothing on Windows).\n- Create any parent directories that the filepath needs.\n\n## Example\n\n### Before\n\n```shell\n# Ensure the containing directory exists\nmkdir -p deeply/nested\n# Create the empty file\ntouch deeply/nested/file\n# Make the created file executable\nchmod +x deeply/nested/file\n```\n\n### After\n\n```shell\nboop -x deeply/nested/file\n```\n\n## Installation\n\n### With `go install`\n\n```shell\ngo install github.com/spenserblack/boop@latest\n```\n\n### From GitHub releases\n\n#### Unix\n\n*You may need to call `sudo sh` instead.*\n\n```shell\ncurl -fsSL https://github.com/spenserblack/boop/raw/refs/heads/main/scripts/install-from-gh.sh | sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspenserblack%2Fboop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspenserblack%2Fboop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspenserblack%2Fboop/lists"}