Code Monkey home page Code Monkey logo

sublime-finder's Introduction

Open Finder Plugin

Sublime Text 2 and 3 plugin for opening finder in the current directory When installed, provides the "Finder: Open here" command, which opens finder in the current file's folder in Finder, much like The Sublime Terminal plugin

Installation

Using PackageControl

  1. Install Package Control for sublime
  2. Search for and install Open Finder

Manual install

  1. Download the zip file
  2. unzip it and rename it to "Sublime-Finder" or something
  3. Move it to ~/Library/Application Support/Sublime Text 2/Packages/

Usage

  1. Open the command palette
  2. Type "finder"
  3. Press enter

sublime-finder's People

Contributors

fichtefoll avatar jnordberg avatar kallepersson avatar njt1982 avatar randy3k avatar svendahlstrand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

trongthanh

sublime-finder's Issues

OS X zipball fails with a 400

Can't install Sublime Finder now. Specified downoad for OS X fails: Package Control: Error downloading package. HTTP error 400 downloading https://codeload.github.com/kallepersson/Sublime-Finder/zipball/1.0.

Experimenting with curl:

    $ curl -I https://codeload.github.com/kallepersson/Sublime-Finder/zipball/1.0
    HTTP/1.1 400 Bad Request
    Content-Length: 21
    Date: Thu, 13 Feb 2014 15:01:42 GMT

    $ curl -I https://codeload.github.com/kallepersson/Sublime-Finder/zipball/1.0.zip
    HTTP/1.1 400 Bad Request
    Content-Length: 21
    Date: Thu, 13 Feb 2014 15:01:49 GMT

    $ curl -I https://github.com/kallepersson/Sublime-Finder/zipball/1.0.zip
    HTTP/1.1 302 Found
    Server: GitHub.com
    ...
    Location: https://codeload.github.com/kallepersson/Sublime-Finder/legacy.zip/1.0.zip

    $ curl -I https://github.com/kallepersson/Sublime-Finder/zipball/1.0
    HTTP/1.1 302 Found
    ...
    Location: https://codeload.github.com/kallepersson/Sublime-Finder/legacy.zip/1.0

Crossplatform open directory dialog

self.window.run_command("open_dir", {"dir": path}) seems to be

a) platform independent
b) allows to read the opened path back to the plugin as needed.

Not sure if that's useful for you guys, just wanted to share my findings.

Map to shortcut

Hi there!

Any idea how I'd map this to a keyboard shortcut?

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.