Giter Site home page Giter Site logo

andresfelipemendezt / sublimegotofolder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from du-song/sublimegotofolder

0.0 2.0 0.0 64 KB

GotoFolder for ST2/3 lists folders similar to the handy Goto Anything, and opens selected folder in a separate window by your command.

sublimegotofolder's Introduction

Summary

SublimeGotoFolder plugin lists folders and projects similar to the handy Goto Anything, and opens selected folder in a separate window by your command.

Install

Search and install Goto Folder via Package Control

How to Use

Customize with GotoFolder.sublime-settings, otherwise this plugin will start with default settings of scaning all Sublime Text 2 plugins.

Press Ctrl + P or click menu Goto -> Goto Folder

Example Configuration

create GotoFolder.sublime-settings with content like this:

{
    "root_folders": [{
        //required, all sub-folders and *.sublime-projects inside will be indexed, except .*
        "folder": "/Users/freewizard/Projects/as3",

        //optional, will be opened together with one of sub-folders
        "extra": ["/Users/freewizard/Projects/as3/common"],

        //optional, will be used in display panel, e.g. AS3:SubFolderName
        "alias": "AS3" 
    },{
        "folder": "/Users/freewizard/Projects/cocoa",
        "alias": "iOS"
    },{
        "folder": "/Users/freewizard/Projects/android",
        "alias": "Android"
    }],

    //optional, set to true to save scan time, but requires ST re-launch when folder list change
    "cache": false 
}

all sub-folders and *.sublime-projects in as3/cocoa/android will be listed in Goto Folder; when pressing enter, the common folder will be opened together with the selected folder

License

MIT LICENSE

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.