{"id":17117918,"url":"https://github.com/transmissions11/headers","last_synced_at":"2025-10-10T23:07:24.914Z","repository":{"id":39632975,"uuid":"476151383","full_name":"transmissions11/headers","owner":"transmissions11","description":"Generate perfect code headers every time.","archived":false,"fork":false,"pushed_at":"2024-04-28T19:20:00.000Z","size":16,"stargazers_count":276,"open_issues_count":3,"forks_count":28,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-31T10:04:48.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/transmissions11.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-31T04:34:58.000Z","updated_at":"2025-03-29T00:59:06.000Z","dependencies_parsed_at":"2024-11-07T18:00:59.664Z","dependency_job_id":"0f5fe557-db29-4b83-baaf-9fa7de2b0b29","html_url":"https://github.com/transmissions11/headers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmissions11%2Fheaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmissions11%2Fheaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmissions11%2Fheaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transmissions11%2Fheaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transmissions11","download_url":"https://codeload.github.com/transmissions11/headers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640465,"owners_count":20971557,"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":[],"created_at":"2024-10-14T17:52:58.777Z","updated_at":"2025-10-10T23:07:19.831Z","avatar_url":"https://github.com/transmissions11.png","language":"Rust","readme":"# headers\n\nGenerate perfect code headers every time.\n\n## Build\n\nYou need Rust and Cargo installed on your machine. See the installation guide\n[here](https://doc.rust-lang.org/cargo/getting-started/installation.html).\n\nThen clone the repo and install the CLI globally like this:\n\n```sh\ncargo install --path .\n```\n\n## Usage\n\n```sh\nλ ./headers \"testing 123\"\n```\n\n```sh\n/*//////////////////////////////////////////////////////////////\n                           TESTING 123\n//////////////////////////////////////////////////////////////*/\n```\n\nIt will also copy the header to your clipboard automatically.\n\n### With VSCode\n\nSet your global [`tasks.json`](https://stackoverflow.com/questions/41046494/making-global-tasks-in-vs-code) like so to add the command as task:\n\n```json\n{\n  \"version\": \"2.0.0\",\n  \"tasks\": [\n    {\n      \"label\": \"Generate Header\",\n      \"type\": \"shell\",\n      \"command\": \"headers ${input:header}\",\n      \"presentation\": {\n        \"reveal\": \"never\"\n      },\n      \"problemMatcher\": []\n    }\n  ],\n  \"inputs\": [\n    {\n      \"id\": \"header\",\n      \"description\": \"Header\",\n      \"type\": \"promptString\"\n    }\n  ]\n}\n```\n\nTo really speed-up your workflow, you can even add a keybind for the task in [`keybindings.json`](https://code.visualstudio.com/docs/getstarted/keybindings):\n\n```json\n[\n  {\n    \"key\": \"CMD+h\",\n    \"command\": \"workbench.action.tasks.runTask\",\n    \"args\": \"Generate Header\"\n  }\n]\n```\n\nThis will copy the generated header to your clipboard.\n\n## Credits\n\nInspired by virtualjpeg's [`blocky`](https://github.com/virtualjpeg/blocky).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransmissions11%2Fheaders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransmissions11%2Fheaders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransmissions11%2Fheaders/lists"}