https://github.com/danmichaelo/pathfinder_open_in_bbedit_macvim
Pathfinder plugin that adds menu item to open files / folders in BBEdit or MacVim
https://github.com/danmichaelo/pathfinder_open_in_bbedit_macvim
Last synced: about 1 year ago
JSON representation
Pathfinder plugin that adds menu item to open files / folders in BBEdit or MacVim
- Host: GitHub
- URL: https://github.com/danmichaelo/pathfinder_open_in_bbedit_macvim
- Owner: danmichaelo
- Created: 2011-05-13T16:17:45.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T06:39:05.000Z (about 12 years ago)
- Last Synced: 2025-05-07T11:18:05.477Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 141 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Open in BBEdit or MacVim for Pathfinder #
Two plugins to add menu entries "Open in BBEdit" and "Open in MacVim" to [PathFinder](http://www.cocoatech.com/)'s "Commands" menu. With the latest version, they don't have default shortcuts, but you can assign shortcuts under Preferences > Features -> Keyboard. I use `Cmd-Ctrl-B` and `Cmd-Ctrl-M` myself.
The plugin is based on [pathfinder_open_in_textmate](https://github.com/orta/pathfinder_open_in_textmate).
## Installation the easy way
Get compiled binaries, unzip and move into `~/Library/Application Support/Path Finder/PlugIns`:
- [macvim plugin](https://github.com/downloads/danmichaelo/pathfinder_open_in_bbedit_macvim/pathfinder_open_in_macvim-1.2.zip)
- [bbedit plugin](https://github.com/downloads/danmichaelo/pathfinder_open_in_bbedit_macvim/pathfinder_open_in_bbedit-1.2.zip)
## Installation the hard way
Clone this repo, get the [Path Finder SDK](http://www.cocoatech.com/sdk) and compile yourself.