Giter Club home page Giter Club logo

sublimefiles's Introduction

Sublime Files

A keyboard driven file navigation/opening plugin for Sublime Text 2

Sublime Files works entirely through the command palette. By running the Sublime Files Navigator, you can "cd" around directories similar to how you would on a command line in order to open up files. New files will open up in new tabs.

Because Sublime Files actually navigates the file system by changing directories, the navigator remembers and starts from last visited directory on subsequent uses. To open the navigator, you can either just invoke the command pallette command or use the keybinding ctrl+super+n

Built with Mac OSX, but all the calls have been designed to be platform agnostic and thus should work regardless of system. However, this is untested on Windows.


Installation

Sublime Files can be installed through Sublime Package Control.


Usage

Sublime files an be activated with the command palette command: "Sublime Files: Open Navigator", or with the key command ctrl+super+n (or ctrl+alt+n for windows). The first option will always show the current directory. Selecting another directory will nagivate to that directory and selecting a file will open that file.

There are a few notable options:

  • Selecting "Directory actions" will pop up a small list of actions that can be applied onto the current directory. Mainly, a user can create new files, add the directory to the current project, and open a terminal at the directory.

  • Selecting "~/" navigates to the home directory.

  • Selecting "../" navigates to the parent directory.

  • Selecting "To current View" navigates to the directory of the current file being editted.


Open Terminal

For OSX/Linux systems, Sublime Files can open up a terminal at the current directory navigated to. In order for this feature to work properly, you will have to modify the term_command field in the SublimeFiles.sublime-settings text file located in the SublimeFiles plugin directory. As a default, it is set to open up Terminal.app for OSX systems.

For example, Gnome Terminal and iTerm2 users respectively will want to change term_command in SublimeFiles.sublime-settings to:

- "term_command": "gnome-terminal --working-directory="
- "term_command" : "open -a iTerm\ 2 "

sublimefiles's People

Contributors

al63 avatar s-trooper avatar

Watchers

 avatar

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.