Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onmyway133/FinderGo
π’ Open terminal quickly from Finder
https://github.com/onmyway133/FinderGo
current extension finder folder go hyper iterm shell sync terminal toolbar
Last synced: about 1 month ago
JSON representation
π’ Open terminal quickly from Finder
- Host: GitHub
- URL: https://github.com/onmyway133/FinderGo
- Owner: onmyway133
- License: other
- Created: 2017-03-15T07:11:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T13:41:18.000Z (about 1 year ago)
- Last Synced: 2024-10-29T21:00:05.645Z (about 1 month ago)
- Topics: current, extension, finder, folder, go, hyper, iterm, shell, sync, terminal, toolbar
- Language: Swift
- Homepage: https://onmyway133.com
- Size: 7.44 MB
- Stars: 1,112
- Watchers: 25
- Forks: 67
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- open-source-mac-os-apps - Finder Go - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon] (Applications / Terminal)
- awesome-github-star - FinderGo
- awesome-golang-repositories - FinderGo
- open-source-mac-os-apps - Finder Go - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. ![swift_icon] (Applications / Finder)
- awesome-swift-macos-apps - Finder Go - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. (Terminal / Text)
- awesome-swift-macos-apps - Finder Go - macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder. (Finder / Text)
- awesome - FinderGo - π’ Open terminal quickly from Finder. ([blog](https://onmyway133.github.io/)) γ [Priview 1](https://github.com/onmyway133/FinderGo/raw/master/Images/Icon.png) | [Priview 2](https://github.com/onmyway133/FinderGo/raw/master/Images/go1.gif) γ (MacOS / Projects-Demo)
README
# ππΆπ»π±π²πΏ ππΌ
Checkout https://indiegoodies.com/
## Description
- A macOS app and Finder Sync Extension to open Terminal, iTerm, Hyper from Finder
- Support macOS 10.12## How to install
- Get the binary from https://github.com/onmyway133/FinderGo/releases
## How to use
![](Images/go1.gif)
### As a macOS application
- Support `iTerm` for now
#### How to use
- Right click on app to open, because this is not from AppStore
- Cmd+Drag app icon into Finder toolbar#### How to change default terminal
Run either of these to change your default terminal that FinderGo uses
```
defaults write com.onmyway133.FinderGo terminal Terminal
defaults write com.onmyway133.FinderGo terminal iTerm
defaults write com.onmyway133.FinderGo terminal Hyper
```#### How to change icon
- Follow https://github.com/onmyway133/FinderGo/issues/7
### As a Finder Sync Extension
- [x] Go to Terminal
- [x] Go to iTerm
- [x] Go to Hyper
#### How to use
- Because of sandbox, we need to copy scripts from `FinderSyncExtension/Scripts` in project to `/Library/Application Scripts/com.onmyway133.FinderGo.FinderSyncExtension` by running
```sh
curl -fsSL https://raw.githubusercontent.com/onmyway133/FinderGo/master/install.sh | sh
```- Check for `System Preferences` -> `Extensions` -> `Finder` to enable `FinderGo` if it is not enabled yet
![](Images/extension.png)
- Right click on Finder toolbar -> `Customize Toolbar`, then Cmd+Drag `FinderGo` onto toolbar
![](Images/toolbar.png)
## Credit
- Icon http://emojione.com/
## Author
Khoa Pham, [email protected]
## License
**FinderGo** is available under the MIT license. See the [LICENSE](https://github.com/onmyway133/FinderGo/blob/master/LICENSE.md) file for more info.