{"id":13479525,"url":"https://github.com/onmyway133/FinderGo","last_synced_at":"2025-03-27T09:32:51.738Z","repository":{"id":69038191,"uuid":"85040759","full_name":"onmyway133/FinderGo","owner":"onmyway133","description":"🐢 Open terminal quickly from Finder","archived":false,"fork":false,"pushed_at":"2023-11-29T13:41:18.000Z","size":7800,"stargazers_count":1112,"open_issues_count":7,"forks_count":67,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-10-29T21:00:05.645Z","etag":null,"topics":["current","extension","finder","folder","go","hyper","iterm","shell","sync","terminal","toolbar"],"latest_commit_sha":null,"homepage":"https://onmyway133.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onmyway133.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"onmyway133","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-03-15T07:11:44.000Z","updated_at":"2024-10-29T11:54:28.000Z","dependencies_parsed_at":"2023-07-04T15:46:30.414Z","dependency_job_id":null,"html_url":"https://github.com/onmyway133/FinderGo","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FFinderGo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FFinderGo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FFinderGo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FFinderGo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onmyway133","download_url":"https://codeload.github.com/onmyway133/FinderGo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222230568,"owners_count":16952663,"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":["current","extension","finder","folder","go","hyper","iterm","shell","sync","terminal","toolbar"],"created_at":"2024-07-31T16:02:18.367Z","updated_at":"2024-10-30T13:30:45.036Z","avatar_url":"https://github.com/onmyway133.png","language":"Swift","funding_links":["https://github.com/sponsors/onmyway133"],"categories":["Swift","Applications","开发者工具","HarmonyOS","Uncategorized","MacOS","Terminal","Developer Tools","Repositories"],"sub_categories":["Finder","Windows Manager","开发者实用工具","Uncategorized","Projects-Demo","📺 Terminal (13)","Text","Terminal","Developer Utilities"],"readme":"# 𝗙𝗶𝗻𝗱𝗲𝗿 𝗚𝗼\n\nCheckout https://indiegoodies.com/\n\n\u003cdiv align = \"center\"\u003e\n\u003cimg src=\"Images/Icon.png\" width=\"150\" height=\"150\" /\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003c/div\u003e\n\n## Description\n\n- A macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder\n- Support macOS 10.12\n\n## How to install\n\n- Get the binary from https://github.com/onmyway133/FinderGo/releases\n\n## How to use\n\n![](Images/go1.gif)\n\n### As a macOS application\n\n- Support `iTerm` for now\n\n#### How to use\n- Right click on app to open, because this is not from AppStore\n- Cmd+Drag app icon into Finder toolbar\n\n#### How to change default terminal\n\nRun either of these to change your default terminal that FinderGo uses\n\n```\ndefaults write com.onmyway133.FinderGo terminal Terminal\ndefaults write com.onmyway133.FinderGo terminal iTerm\ndefaults write com.onmyway133.FinderGo terminal Hyper\n```\n\n#### How to change icon\n\n- Follow https://github.com/onmyway133/FinderGo/issues/7\n\n\n### As a Finder Sync Extension\n\n- [x] Go to Terminal\n- [x] Go to iTerm\n- [x] Go to Hyper\n\n\u003cdiv align = \"center\"\u003e\n\u003cimg src=\"Images/screenshot2.png\" /\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\u003c/div\u003e\n\n#### How to use\n\n- Because of sandbox, we need to copy scripts from `FinderSyncExtension/Scripts` in project to `/Library/Application Scripts/com.onmyway133.FinderGo.FinderSyncExtension` by running \n\n```sh\ncurl -fsSL https://raw.githubusercontent.com/onmyway133/FinderGo/master/install.sh | sh\n```\n\n- Check for `System Preferences` -\u003e `Extensions` -\u003e `Finder` to enable `FinderGo` if it is not enabled yet\n\n![](Images/extension.png)\n\n- Right click on Finder toolbar -\u003e `Customize Toolbar`, then Cmd+Drag `FinderGo` onto toolbar\n\n![](Images/toolbar.png)\n\n## Credit\n\n- Icon http://emojione.com/\n\n## Author\n\nKhoa Pham, onmyway133@gmail.com\n\n## License\n\n**FinderGo** is available under the MIT license. See the [LICENSE](https://github.com/onmyway133/FinderGo/blob/master/LICENSE.md) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2FFinderGo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonmyway133%2FFinderGo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2FFinderGo/lists"}