Skip to content

xsandr/Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Finder

Sublime text 3 plugin, that can make handy shortcuts for "Where" field in search panel.

Usage:

You can declare shortcut like:

{
    "keys": ["super+shift+f"], "command": "finder", "args": {"finder_folders": [
        {
            "name": "Python sources",
            "path": "/path/to/your/python/source/folder/",
        },
        {
            "name": "Js sources",
            "path": "/another/path/",
        }
    ]}
},

or add this settings to Project->Edit Project

    ...
    "finder_folders": [
        {
            "name": "Python sources",
            "path": "/path/to/your/python/source/folder/",
        },
        {
            "name": "Js sources",
            "path": "/another/path/",
        }
    ]
    ...

and declare shortcuts without arguments.

Example:

FinderScreenShot

About

Sublime text 3 plugin, to make handy shortcut for "Where" field in search panel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages