{"id":23330645,"url":"https://github.com/y-syo/pogit","last_synced_at":"2025-07-18T21:33:51.234Z","repository":{"id":221259462,"uuid":"753875729","full_name":"y-syo/pogit","owner":"y-syo","description":"🌸 a git wrapper for cute commits.","archived":false,"fork":false,"pushed_at":"2025-07-15T06:21:33.000Z","size":65,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-15T14:54:49.997Z","etag":null,"topics":["cute","flake","fortnitenewseason","git","git-commit-messages","git-wrapper","nix","nix-flake","nix-flakes","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/y-syo.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}},"created_at":"2024-02-07T00:23:37.000Z","updated_at":"2025-07-15T06:21:36.000Z","dependencies_parsed_at":"2024-03-22T09:27:26.939Z","dependency_job_id":"1a483966-5e36-4362-991a-50c02aefa9b8","html_url":"https://github.com/y-syo/pogit","commit_stats":null,"previous_names":["y-syo/sg","y-syo/pogit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/y-syo/pogit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-syo%2Fpogit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-syo%2Fpogit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-syo%2Fpogit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-syo%2Fpogit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-syo","download_url":"https://codeload.github.com/y-syo/pogit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-syo%2Fpogit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265837632,"owners_count":23836558,"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":["cute","flake","fortnitenewseason","git","git-commit-messages","git-wrapper","nix","nix-flake","nix-flakes","python","python3"],"created_at":"2024-12-20T22:20:11.067Z","updated_at":"2025-07-18T21:33:51.202Z","avatar_url":"https://github.com/y-syo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pogit\n\n\u003e 🌸 a git wrapper for cute commits  \n\u003e *by [y-syo](https://y-syo.me)/[mmoussou](https://profile.intra.42.fr/users/mmoussou)*\n\n## what is this all about ?\n\n``pogit`` is a git wrapper that aims for prettier and more easily readable commit messages.\n\nit also helps you working with multiples remotes at once.\n\n## documentation\n\ncheck the [wiki](https://github.com/y-syo/pogit/wiki) (wip, not actually there for now but we're working on it, trust me pls)\n\n## install\n\n### via pip\n```\npip install git+https://github.com/y-syo/pogit\n```\n\n### nix \n\n#### nix profile\n\n```bash\nnix profile install github:y-syo/pogit#default\n```\n\n#### system packages\n\nflake.nix\n```nix\n{\n  inputs = {\n    nixpkgs.url = \"github:nixos/nixpkgs/release24.05\";\n    pogit = {\n      url = \"github:y-syo/pogit\";\n      inputs.nixpkgs.follows = \"nixpkgs\" # to use your nixpkgs instance instead of the provided one\n    };\n    ...\n  };\n}\n```\n\nconfiguration.nix\n```nix\n{ pkgs, inputs, ...}:\n{\n  environment.systemPackages = [\n    inputs.pogit.packages.${pkgs.system}.default\n  ];\n}\n```\n\n#### with home-manager module\n\n```nix\n{ inputs, ... }:\n{\n  imports = [\n    # importing the module to have access to options.\n    inputs.pogit.homeManagerModules.default\n  ];\n\n  programs.pogit = {\n    enable = true;\n    #package = inputs.pogit.packages.${pkgs.system}.pogit; # default package can be changed here.\n    config = {\n      format = \"TODO\"; # to format the text\n      custom-commit-name = {\n        icon = \"🐶\";\n        msg = \"a default message.\";\n      };\n    };\n  };\n}\n```\n\n## commit guideline\n\npogit has a [commit guideline](https://github.com/y-syo/pogit/wiki/Commit-guideline) that you can use for all your project :tada:\n\n## license\n\nThis project is published under the Do What The F\\*ck You Want Public License.\nSo have fun doing whatever the f\\*ck you want ! :D\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-syo%2Fpogit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-syo%2Fpogit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-syo%2Fpogit/lists"}