GithubHelp home page GithubHelp logo

isabella232 / fuzzy-finder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from atom/fuzzy-finder

0.0 0.0 0.0 896 KB

Find and open files quickly

License: MIT License

JavaScript 99.49% Less 0.51%

fuzzy-finder's Introduction

Fuzzy Finder package

OS X Build Status Windows Build Status Dependency Status

Quickly find and open files using cmd-t.

  • cmd-t or cmd-p to open the file finder
  • cmd-b to open the list of open buffers
  • cmd-shift-b to open the list of Git modified and untracked files

When opening a file, you can control the behavior.

  • enter defaults to opening the selected file without leaving the current pane
  • shift-enter defaults to switching to another pane if the file is already open there
  • cmd-k right (or any other directional arrow) will open the highlighted file in a new pane on the side indicated by the arrow
  • Adding :<line number> to the end of your search will go directly to the line number you specify, or the last line if the number is larger

Turning on the "Search All Panes" setting reverses the behavior of enter and shift-enter so enter opens the file in any pane and shift-enter creates a new tab in the current pane.

This package uses both the core.ignoredNames and fuzzy-finder.ignoredNames config settings to filter out files and folders that will not be shown. Both of those config settings are interpreted as arrays of minimatch glob patterns.

This package also will also not show Git ignored files when the core.excludeVcsIgnoredPaths is enabled.

fuzzy-finder's People

Contributors

50wliu avatar alhadis avatar as-cii avatar benogle avatar bronson avatar colch avatar damieng avatar darangi avatar defunkt avatar gjtorikian avatar izuzak avatar jasonrudolph avatar joshaber avatar kevinnathan avatar kevinsawicki avatar lee-dohm avatar lkashef avatar maxbrunsfeld avatar mcolyer avatar mnquintana avatar philschatz avatar probablycorey-and-nathan avatar probablykevin avatar rafeca avatar sadick254 avatar smashwilson avatar thedaniel avatar tmunro avatar zcbenz avatar zigomir 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.