{"id":15293088,"url":"https://github.com/miomit/sff_cli","last_synced_at":"2026-01-19T05:32:58.577Z","repository":{"id":220022423,"uuid":"750546379","full_name":"miomit/sff_cli","owner":"miomit","description":"Command-line application that implements the functionality of the sff library.","archived":false,"fork":false,"pushed_at":"2024-08-16T04:54:23.000Z","size":76,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T10:38:30.932Z","etag":null,"topics":["cli","dart","files"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/sff","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miomit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-01-30T21:00:28.000Z","updated_at":"2025-06-24T03:55:57.000Z","dependencies_parsed_at":"2024-07-14T10:54:11.071Z","dependency_job_id":"81b52a58-af1c-4787-8bbb-3da7ec71cd4e","html_url":"https://github.com/miomit/sff_cli","commit_stats":null,"previous_names":["yuramovsesyan/sff_cli","miomit/sff_cli"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/miomit/sff_cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fsff_cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fsff_cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fsff_cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fsff_cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miomit","download_url":"https://codeload.github.com/miomit/sff_cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fsff_cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"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":["cli","dart","files"],"created_at":"2024-09-30T16:39:45.783Z","updated_at":"2026-01-19T05:32:58.562Z","avatar_url":"https://github.com/miomit.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pub package](https://img.shields.io/pub/v/sff.svg)](https://pub.dev/packages/sff)\n[![miomit-sff-cli0](https://snapcraft.io/miomit-sff-cli0/badge.svg)](https://snapcraft.io/miomit-sff-cli0)\n```                                 \n  .--.--.       ,---,.    ,---,. \n /  /    '.   ,'  .' |  ,'  .' | \n|  :  /`. / ,---.'   |,---.'   | \n;  |  |--`  |   |   .'|   |   .' \n|  :  ;_    :   :  :  :   :  :   \n \\  \\    `. :   |  |-,:   |  |-, \n  `----.   \\|   :  ;/||   :  ;/| \n  __ \\  \\  ||   |   .'|   |   .' \n /  /`--'  /'   :  '  '   :  '   \n'--'.     / |   |  |  |   |  |   \n  `--'---'  |   :  \\  |   :  \\   \n            |   | ,'  |   | ,'   \n            `----'    `----'                            \n```                     \n\nCommand-line application that implements the functionality of the [sff library](https://github.com/yuraMovsesyan/sff_lib).\n\n[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/miomit-sff-cli0)\n\n## Installation\n### Install from pub:\n`dart pub global activate sff`\n\n### Install from clone:\n`dart pub global activate -s path .`\n\n## Usage\n```bash\nsff \u003ccommand\u003e [arguments]\n```\n\nSee `--help` or `-h` for more options.\n\n## Examples\n\n### Synchronization of two directories\n\n```bash\nsff sd --dir1 path/to/dir2 --dir2 path/to/dir2\n```\n\n### Find duplicate files\n\n```bash\nsff fd --dir path/to/dir2\n```\n\n### Compare files for equality\n\n```bash\nsff cfe --fiel1 path/to/file1 --fiel2 path/to/file2\n```\n\n## Contributing\n\n```bash\ngit clone https://github.com/yuraMovsesyan/sff_cli.git\n\ncd ./sff_cli\n\ndart pub get\ndart run ./bin/sff_cli.dart\n```\n\n## deb package \n### Build\n```bash\nmake package\n```\n\n### Install\n```bash\nsudo apt install ./build/sff.deb\n```\n\n### Remove\n```bash\nsudo apt remove sff\n```\n\n## Additional information\n\nThis utility is under development. With each new version, a new feature will be added.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiomit%2Fsff_cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiomit%2Fsff_cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiomit%2Fsff_cli/lists"}