My Finder buttons collection for macOS.
These buttons are built with ScriptEditor. If you'd prefer a native alternative, checkout my Finder extension app, SwiftyMenu: https://apps.apple.com/app/swiftymenu/id1567748223
- iTerm2 (2.9+)
- Sublime Text 3
- VSCode
- Terminal
- TextMate
- Atom
- Brackets
- CotEditor
- BBEdit
Download or git clone
the buttons in a proper place. Hold on command button and drag each one into your Finder toolbar.
- Fork this repo.
- Duplicate iTerm2FinderButton.app and rename it to MyShinnyFinderButton.app.
- Open
MyShinnyFinderButton.app/Contents/Resources/Scripts/main.scpt
with Script Editor then you gonna know what to do. - Open LTFinderButtons.sketch and draw your button.
- Export the
iconset
folders from Sketch. - Convert images into icns files one by one (e.g.
iconutil -c icns MyShinnyFinderButton.iconset
) - Replace
MyShinnyFinderButton.app/Contents/Resources/droplet.icns
with your icns. - Send a pull request.
- *Please write scripts in JavaScript or Swift, I'll reject AppleScript PRs ^_^.
There's a fork which refined the main script of TerminalButton with Apple Script: https://github.com/ashfinal/LTFinderButtons It fixed some issues of TerminalFinderbutton. But I rejected the PR since Apple Script was not my taste for a long time. Please have a try once you face any problem with TerminalButton.
This project is distributed under the terms and conditions of the MIT license.