{"id":24865120,"url":"https://github.com/codegram01/goff","last_synced_at":"2025-06-10T09:04:31.997Z","repository":{"id":251770274,"uuid":"838200267","full_name":"codegram01/goff","owner":"codegram01","description":"Command-line tool for compare folder and files change, written in Go.","archived":false,"fork":false,"pushed_at":"2024-08-08T03:17:26.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T01:51:23.294Z","etag":null,"topics":["cli","compare-files","golang","linux","tools"],"latest_commit_sha":null,"homepage":"https://youtu.be/AY8Azk_KWNM?si=uxbFJKsAXQefzwXB","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/codegram01.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":"2024-08-05T06:44:20.000Z","updated_at":"2024-12-28T10:49:40.000Z","dependencies_parsed_at":"2024-08-08T05:08:06.269Z","dependency_job_id":null,"html_url":"https://github.com/codegram01/goff","commit_stats":null,"previous_names":["codegram01/goff"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgoff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgoff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgoff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgoff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codegram01","download_url":"https://codeload.github.com/codegram01/goff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codegram01%2Fgoff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259043760,"owners_count":22797159,"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":["cli","compare-files","golang","linux","tools"],"created_at":"2025-01-31T23:57:41.645Z","updated_at":"2025-06-10T09:04:31.967Z","avatar_url":"https://github.com/codegram01.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n  ________        _____  _____ \n /  _____/  _____/ ____\\/ ____\\\n/   \\  ___ /  _ \\   __\\\\   __\\ \n\\    \\_\\  (  \u003c_\u003e )  |   |  |   \n \\______  /\\____/|__|   |__|   \n        \\/                     \n```\n\n# Goff - Compare Folder and Files\n\ngoff is a command-line tool for compare folder and files change, written in Go.\n\n[Video when i create goff](https://youtu.be/AY8Azk_KWNM)\n\n## Features\n- Compare Folder B vs A\n    + What file new in folder B vs folder A\n    + What file have deleted in folder B vs folder A\n    + What file change content \n        + What content change\n- Compare file B vs A\n\n## Usage\n```sh\ngoff [path_old] [path_new]\n```\n\nExamples: \n```sh\n$ goff old-hello.txt new-hello.txt\n$ goff old/hello.txt new/hello.txt\n$ goff old new\n$ goff old/abc new/abc\n```\n\n## Install\nPrerequisites: [Install Golang](https://go.dev/doc/install) \n\n### Option 1: Install Binary\n```sh\ngo install github.com/codegram01/goff@latest\n```\n\n### Option 2: Install and build from source\n```sh\ngit clone https://github.com/codegram01/goff.git\n\ncd goff\n\n# Run code: \ngo run . \n\n# Build \ngo build .\n\n# Install command \ngo install \n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegram01%2Fgoff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegram01%2Fgoff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegram01%2Fgoff/lists"}