Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdabir/finder-buttons
MacOS Finder buttons for quick actions
https://github.com/kdabir/finder-buttons
buttons finder intellij-idea iterm2 macos sourcetree sublime-text-3
Last synced: 3 months ago
JSON representation
MacOS Finder buttons for quick actions
- Host: GitHub
- URL: https://github.com/kdabir/finder-buttons
- Owner: kdabir
- Created: 2018-03-02T17:41:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T11:22:26.000Z (over 1 year ago)
- Last Synced: 2023-10-13T07:10:55.379Z (over 1 year ago)
- Topics: buttons, finder, intellij-idea, iterm2, macos, sourcetree, sublime-text-3
- Language: AppleScript
- Size: 2.09 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MacOS Finder Buttons
![image](https://user-images.githubusercontent.com/735240/64318162-0dec0280-cfd7-11e9-9a20-4c182aa7c811.png)
Buttons to open current finder selection in following apps:
1. Open in Sublime Text
2. Open in iTerm
3. Open in SourceTree
4. Open in IDEA (IntelliJ IDEA)
#### Installing
Git clone / Download the repo and command+drag the icons to Finder Buttons area:
![install](https://user-images.githubusercontent.com/735240/36919049-f5c33b0e-1e81-11e8-9c70-424d2e9ff753.gif)
#### Using
![using](https://user-images.githubusercontent.com/735240/36919050-f73cb0d2-1e81-11e8-80d0-6fc27ddfa38e.gif)#### Uninstalling
![uninstall](https://user-images.githubusercontent.com/735240/36919048-f3b2a232-1e81-11e8-99a7-09641a96e6ad.gif)## Allow Access
## Building Locally
Add to `.git/config`
```
[diff "scpt"]
textconv = osadecompile
binary=true
``````
$ make all
```