{"id":38249769,"url":"https://github.com/hisamafahri/cm","last_synced_at":"2026-01-17T01:26:39.541Z","repository":{"id":118882538,"uuid":"465208583","full_name":"hisamafahri/cm","owner":"hisamafahri","description":"✍️ ✍️ ✍️ --a CLI to simplified your git","archived":false,"fork":false,"pushed_at":"2022-04-26T11:33:31.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T23:27:47.488Z","etag":null,"topics":["cli","git","golang"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/hisamafahri/cm","language":"Go","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/hisamafahri.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":"2022-03-02T07:54:24.000Z","updated_at":"2022-03-02T07:58:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"4252a15a-f112-41b6-a1cd-b7c0af397a0d","html_url":"https://github.com/hisamafahri/cm","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hisamafahri/cm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisamafahri%2Fcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisamafahri%2Fcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisamafahri%2Fcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisamafahri%2Fcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hisamafahri","download_url":"https://codeload.github.com/hisamafahri/cm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hisamafahri%2Fcm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cli","git","golang"],"created_at":"2026-01-17T01:26:39.411Z","updated_at":"2026-01-17T01:26:39.529Z","avatar_url":"https://github.com/hisamafahri.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CM - A Commit CLI\n\n![cover](https://i.imgur.com/LLdRKeZ.png)\n\n⚠️⚠️ **IMPORTANT:** ⚠️⚠️ This project is no longer actively maintained, in favor of [nit](https://github.com/hisamafahri/nit). While this project is no longer maintained, feel free to open an issue, or create a new pull request.\n\n---\n\nA CLI to replace your `git commit` command, so your git message can partially follow [the Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog) ecosystem. And yes, it is build on top of [Go](https://go.dev)\n\n## Install\n\n- Download the binary file of the latest version on the [release page](https://github.com/hisamafahri/cm/releases).\n\n- Through `go get`\n  \n  Just run this:\n  \n  ```bash\n  go install github.com/hisamafahri/cm\n  ```\n\n## Usage\n\n### Commit Changes\n\n```bash\ngit add \u003cfile-or-folder\u003e # or the scope of the file you wanna commit\ncm\n```\n\nTo commit all of the changes in the current directory, you can easily run:\n\n```bash\ncm -a # or cm --all\n\n# This command will substitute:\n# git add .\n# cm\n```\n\nBy running that command, you will add all of the changes in the *current directory* and commit it automatically. :)\n\n## Pushing Changes\n\n```bash\ncm p # or cm push\n```\n\nThis command will push your ***current branch*** into your remote repo. \n\nIf there is only *one* remote repo, it will push it there autommatically. If there are multiple online repo, it will prompt you to choose:\n\n```bash\n$ cm p\n\n? Which repository you want to push?:  [Use arrows to move, type to filter]\n\u003e remote1: https://github.com/hisamafahri/remote1\n  remote2: https://github.com/hisamafahri/remote2\n  remote3: https://github.com/hisamafahri/remote3\n```\n\n## Pushing Changes\n\nWe also provided an improved `git log` for you, all you need to do is just run:\n\n```bash\ncm l # or cm log\n```\n\n![log](https://i.imgur.com/Xjgav2R.png)\n\n## Author\n\n[Hisam A Fahri](https://hisamafahri.com): [@hisamafahri](https://github.com/hisamafahri)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisamafahri%2Fcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhisamafahri%2Fcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhisamafahri%2Fcm/lists"}