{"id":15314454,"url":"https://github.com/barelyhuman/nimclog","last_synced_at":"2025-07-11T18:34:47.903Z","repository":{"id":101913159,"uuid":"461967234","full_name":"barelyhuman/nimclog","owner":"barelyhuman","description":"a smaller and tightly scoped version of commitlog ","archived":false,"fork":false,"pushed_at":"2022-02-26T10:28:14.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-03-19T16:09:42.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nim","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/barelyhuman.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},"funding":{"liberapay":"reaper","ko_fi":"barelyreaper","github":"barelyhuman","custom":"https://barelyreaper.gumroad.com/coffee"}},"created_at":"2022-02-21T17:36:16.000Z","updated_at":"2023-01-02T12:25:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"c94faf24-76d3-4707-92a0-50d3af4ce54a","html_url":"https://github.com/barelyhuman/nimclog","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/barelyhuman/nimclog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnimclog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnimclog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnimclog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnimclog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barelyhuman","download_url":"https://codeload.github.com/barelyhuman/nimclog/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barelyhuman%2Fnimclog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264871114,"owners_count":23676380,"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-01T08:45:34.958Z","updated_at":"2025-07-11T18:34:47.891Z","avatar_url":"https://github.com/barelyhuman.png","language":"Nim","funding_links":["https://liberapay.com/reaper","https://ko-fi.com/barelyreaper","https://github.com/sponsors/barelyhuman","https://barelyreaper.gumroad.com/coffee"],"categories":[],"sub_categories":[],"readme":"# nimclog\n\nThis is nim port of commitlog with a tighter scope\n\n## Why ?\n\nsize, binary size.\n\nalso, to get better at nimlang\n\n## Features\n\n- Categorize git's logs into `[\"build\",\"chore\",\"ci\",\"docs\",\"feat\",\"fix\",\"perf\",\"refactor\",\"revert\",\"style\",\"test\"]`\n- Doesn't support scoped commits right now\n- That's about it.\n\n## Usage\n\n```sh\n# for everything\nnimclog\n\n# for a specific range\nnimclog --start=\u003cgitrevision\u003e --end=\u003cgitrevision\u003e\n\n# shorthand props for the same\nnimclog -s=\u003cgitrevision\u003e\nnimclog -e=\u003cgitrevision\u003e\n\n```\n\n## Installation\n\nCross compiled binaries can be found on the releases pages.\nWindows builds have not been tested, please report if you find any issues running them.\n\nYou can also compile it on your own system using `nim` or `nimble`\n\n```sh\nnimble build\n# or\nnim c src/nimclog.nim\n```\n\n## License\n\n[MIT](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarelyhuman%2Fnimclog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarelyhuman%2Fnimclog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarelyhuman%2Fnimclog/lists"}