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: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T11:22:26.000Z (over 2 years ago)
- Last Synced: 2025-03-17T09:11:22.056Z (about 1 year ago)
- Topics: buttons, finder, intellij-idea, iterm2, macos, sourcetree, sublime-text-3
- Language: AppleScript
- Size: 2.09 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MacOS Finder Buttons

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:

#### Using

#### Uninstalling

## Allow Access

## Building Locally
Add to `.git/config`
```
[diff "scpt"]
textconv = osadecompile
binary=true
```
```
$ make all
```