{"id":21699614,"url":"https://github.com/cage1016/alfred-source2target","last_synced_at":"2025-04-12T13:13:32.550Z","repository":{"id":186330457,"uuid":"675011480","full_name":"cage1016/alfred-source2target","owner":"cage1016","description":"Swiftly transfer and replicate files between origin and destination directories via fuzzy search","archived":false,"fork":false,"pushed_at":"2024-06-26T01:16:17.000Z","size":4776,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T13:13:28.321Z","etag":null,"topics":["ak","alfred","alfred-workflow","alfred-workflows","alfred5","fd","finder","golang"],"latest_commit_sha":null,"homepage":"","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/cage1016.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":"2023-08-05T13:34:40.000Z","updated_at":"2024-12-17T05:44:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"08830dda-a2aa-4ce4-aece-6668ec112882","html_url":"https://github.com/cage1016/alfred-source2target","commit_stats":null,"previous_names":["cage1016/alfred-source2target"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cage1016%2Falfred-source2target","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cage1016%2Falfred-source2target/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cage1016%2Falfred-source2target/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cage1016%2Falfred-source2target/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cage1016","download_url":"https://codeload.github.com/cage1016/alfred-source2target/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571863,"owners_count":21126522,"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":["ak","alfred","alfred-workflow","alfred-workflows","alfred5","fd","finder","golang"],"created_at":"2024-11-25T20:10:32.884Z","updated_at":"2025-04-12T13:13:32.531Z","avatar_url":"https://github.com/cage1016.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alfred-source2target\n\n\u003e Swiftly transfer and replicate files between origin and destination directories via fuzzy search\n\n[![Release](https://github.com/cage1016/alfred-source2target/actions/workflows/release.yml/badge.svg)](https://github.com/cage1016/alfred-source2target/actions/workflows/release.yml)\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)\n![GitHub all releases](https://img.shields.io/github/downloads/cage1016/alfred-source2target/total)\n[![codecov](https://codecov.io/gh/cage1016/alfred-source2target/branch/master/graph/badge.svg)](https://codecov.io/gh/cage1016/alfred-source2target)\n![](https://img.shields.io/badge/Alfred-5-blueviolet)\n\n## Prerequisite\n- Alfred 5\n- dependaencies\n  -  [sharkdp/fd: A simple, fast and user-friendly alternative to 'find'](https://github.com/sharkdp/fd)\n\n## Features\n- Add / Remove **Source** folder\n- Transfer and replicate files from **Source** folder to frontest Finder or QSpace Pro location\n- Transfer and replicate files from **Source** folder to **Target** folder picked from Alfred\n\n## Usage\n\nAdd the **Source** folder through the `sf` keyword, all actions will start from the source folder\n![](screenshots/0.png)\n\nManage the **Source** folder\n- ADD\n- REMOVE exist **Source** folder\n\n![](screenshots/1.png)\n\nMove / Copy **Source** folder files to frontest Finder location via `scf` keyword\n- `⌘` to manage **Source** folder\n- Choose the **Source** folder and start to fuzzy search\n\n![](screenshots/2.png)\n\nMove / Copy **Source** folder files to Target folder picked from Alfred via `sgf` keyword\n- `⌘` to manage **Source** folder\n- Choose the **Source** folder and start to fuzzy search\n\n![](screenshots/3.png)\n\nBoth of `scf` \u0026 `sgf` keyword support `fd` fuzzy search (Please visit [sharkdp/fd](https://github.com/sharkdp/fd) to check more detail information). For example, `--changed-within 1w` will only show files changed within 1 week, `-e alfredworkflow` will only show file extensions is `.alfredworkflow`\n\n### `scf`\n\n- `Enter` move result files (1-4) to frontest Finder location\n- `⇧` + `Enter` send recent files (1-4) up to this file to the pasteboard\n- `⌥` + `Enter` copy result files (1-4) to frontest Finder location\n- `⌘` + `Enter` move ONLY this file (4) to to frontest Finder location\n- `⌘` + `⇧` + `Enter` send ONLY this file (4) to the pasteboard\n- `⌘` + `⌥` + `Enter` copy ONLY this file (4) to to frontest Finder location\n\n\n![](screenshots/4.png)\n\nAlso support `#1,3-4,7` range selection syntax fulfill specific file(s)\n\n- start range with `#` means file index\n-  `#1,3-4,7` means the first, third, fourth and seventh file\n\n![](screenshots/5.png)\n\n### `sgf`\n\n- `Enter` move result files (1-2) to **Target** folder picked from alfred later\n- `⇧` + `Enter` send recent files (1-2) up to this file to the pasteboard\n- `⌥` + `Enter` copy result files (1-2) to **Target** folder picked from alfred later\n- `⌘` + `Enter` move ONLY this file (2) to to **Target** folder picked from alfred later\n- `⌘` + `⇧` + `Enter` send ONLY this file (2) to the pasteboard\n- `⌘` + `⌥` + `Enter` copy ONLY this file (2) to to **Target** folder picked from alfred later\n\n![](screenshots/6.png)\n\nAlso support `#1,6` range selection syntax fulfill specific file(s)\n\n- start range with `#` means file index\n-  `#1,6` means the first and sixth file\n\n![](screenshots/7.png)\n\n## Change Log\n\nVist [CHANGELOG.md](CHANGELOG.md) to check detail information\n\n## License\nThis project is licensed under the MIT License. See [LICENSE](LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcage1016%2Falfred-source2target","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcage1016%2Falfred-source2target","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcage1016%2Falfred-source2target/lists"}