{"id":17262938,"url":"https://github.com/randomecho/git-minimal","last_synced_at":"2026-05-07T11:34:53.742Z","repository":{"id":144721095,"uuid":"139887431","full_name":"randomecho/git-minimal","owner":"randomecho","description":"Display a minimal maxim by The Minimalists after each git commit.","archived":false,"fork":false,"pushed_at":"2018-07-11T19:42:15.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T10:28:21.222Z","etag":null,"topics":["aphorisms","bash","git","githook","minimalism","post-commit","python3","scraping"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/randomecho.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":"2018-07-05T18:36:46.000Z","updated_at":"2018-09-13T17:32:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"36fdf950-e6aa-468e-9375-85d25bea2ca2","html_url":"https://github.com/randomecho/git-minimal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/randomecho/git-minimal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomecho%2Fgit-minimal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomecho%2Fgit-minimal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomecho%2Fgit-minimal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomecho%2Fgit-minimal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/randomecho","download_url":"https://codeload.github.com/randomecho/git-minimal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/randomecho%2Fgit-minimal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32735304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["aphorisms","bash","git","githook","minimalism","post-commit","python3","scraping"],"created_at":"2024-10-15T07:55:06.421Z","updated_at":"2026-05-07T11:34:53.697Z","avatar_url":"https://github.com/randomecho.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Minimal\n\nDisplay a minimal maxim by The Minimalists after each git commit.\n\n## Setup\n\nTo use the Python version (created in a Python 3.4 environment)\nyou will need to install some modules:\n\n    pip install BeautifulSoup4 requests\n\nTo use the Bash shell script version `wget` needs to be installed.\nIf you don't know if `wget` exists on the machine check for it with:\n\n    which wget\n\nIf the path to `wget` does not show, it's not installed.\n\n## Install\n\nMove the script into the hooks directory of the desired repo\nand re-initialise:\n\n    mv post-commit.py /path/to/repo/.git/hooks/post-commit\n    cd /path/to/repo/\n    git init\n\nNote: There is no file extension when planted into the hooks directory.\nIt is just \"post-commit\".\n\n### Global install\n\nSet a global store of all the Git hooks like so:\n\n    git config --global init.templatedir '/path/to/global/git_templates'\n    mkdir -p /path/to/global/git_templates/hooks\n    mv post-commit.py /path/to/global/git_templates/hooks/post-commit\n\nTo update existing repos, re-initialise:\n\n    git init\n\nThe example command line instructions reference the Python script.\nTo use the Bash shell script instead, swap out\n**post-commit.py** for **post-commit.sh**.\n\n## License\n\n[BSD 3-Clause](http://opensource.org/licenses/BSD-3-Clause)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomecho%2Fgit-minimal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frandomecho%2Fgit-minimal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frandomecho%2Fgit-minimal/lists"}