{"id":26313368,"url":"https://github.com/hernancerm/zmasseur","last_synced_at":"2026-04-21T10:03:07.746Z","repository":{"id":282335981,"uuid":"948251825","full_name":"hernancerm/zmasseur","owner":"hernancerm","description":"Massage files.","archived":false,"fork":false,"pushed_at":"2025-03-14T02:35:13.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T03:24:33.161Z","etag":null,"topics":["build","zsh"],"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/hernancerm.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}},"created_at":"2025-03-14T02:10:51.000Z","updated_at":"2025-03-14T02:34:37.000Z","dependencies_parsed_at":"2025-03-14T03:36:22.628Z","dependency_job_id":null,"html_url":"https://github.com/hernancerm/zmasseur","commit_stats":null,"previous_names":["hernancerm/zmasseur"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzmasseur","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzmasseur/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzmasseur/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hernancerm%2Fzmasseur/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hernancerm","download_url":"https://codeload.github.com/hernancerm/zmasseur/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243719399,"owners_count":20336607,"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":["build","zsh"],"created_at":"2025-03-15T11:15:13.347Z","updated_at":"2026-04-21T10:03:07.682Z","avatar_url":"https://github.com/hernancerm.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zmasseur\n\nMassage files using Zsh. \"Massaging\" means processing annotations.\n\nAnnotations are meant to **modify** a file and are lines beginning with: `#@`.\n\n## Usage\n\nThe file to be massaged is \"main.zsh\":\n\n`main.zsh`\n\n```sh\n#@shebang\n#@executable\n\n#@expand ./lib.zsh\n\nsmile\n````\n\nThe file \"main.zsh\" uses the function from this file:\n\n`lib.zsh`\n\n```sh\nfunction smile {\n  echo 'c:'\n}\n```\n\n Massage \"main.zsh\" into the new file \"smile\" with: `zmasseur main.zsh smile`\n\n\n`smile`\n\n```sh\n#!/bin/zsh -f\n\nfunction smile {\n  echo 'c:'\n}\n\nsmile\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernancerm%2Fzmasseur","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhernancerm%2Fzmasseur","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhernancerm%2Fzmasseur/lists"}