{"id":24738642,"url":"https://github.com/zweifisch/redact","last_synced_at":"2026-07-06T21:30:58.286Z","repository":{"id":5847110,"uuid":"7063624","full_name":"zweifisch/redact","owner":"zweifisch","description":"rendering config files from templates","archived":false,"fork":false,"pushed_at":"2015-06-29T12:33:22.000Z","size":128,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T09:50:49.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/zweifisch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-12-08T03:45:55.000Z","updated_at":"2015-06-29T12:34:18.000Z","dependencies_parsed_at":"2022-09-01T19:13:22.415Z","dependency_job_id":null,"html_url":"https://github.com/zweifisch/redact","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zweifisch/redact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fredact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fredact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fredact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fredact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zweifisch","download_url":"https://codeload.github.com/zweifisch/redact/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zweifisch%2Fredact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35206987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":[],"created_at":"2025-01-27T22:55:11.154Z","updated_at":"2026-07-06T21:30:58.242Z","avatar_url":"https://github.com/zweifisch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redact\n\nrendering config files from templates\n\nkeeping sensible infomation, like passwords, out of config files, so they can\nbe keeped in version control system\n\ninstall using pip\n```sh\npip install redact\n```\n\n## usage\n\ngiven a template `~/.muttrc.tpl`\n\n```\npasswd: #{mutt.passwd}\naddress: #{mutt.email}\n```\n\nrender `~/.muttrc` interactively with redact\n\n```\nredact ~/.muttrc.tpl\nmutt.password\n\u003e secret\nmutt.email\n\u003e contact@redact.com\n~/.muttrc updated\n```\n\nkeep track of template file locations and save/load variables\n\n```\nredact -t ~/.redact -s ~/.secret ~/.muttrc.tpl\n```\n\nrender a list of templates\n\n```\nredact -t ~/.redact -s ~/.secret\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fredact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzweifisch%2Fredact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzweifisch%2Fredact/lists"}