Giter VIP home page Giter VIP logo

recent-files-fuzzy-finder's Introduction

Recent files fuzzy finder Atom package

Quickly find recently opened files through the default Fuzzy Finder in Atom.

demo

Why?

The motivation is similar to navigating to recently opened files in the Jetbrains IDEs.

Personally, I find it more useful to be able to quickly find recently opened files, than having to first check the buffer list and then search the whole project if wasn't already open.

BTW, this plays very well in combination with zentabs (Keep your opened tabs below a maximum limit, closing the oldest one first), so you don't have to close files manually so the tab bar is actually usable.

Usage

Open the recent files finder through alt-T (i.e. alt+shift+t).

Since this plugin basically is an improved buffer list, I recommend to override the default buffer list shortcut since its more comfortable to use:

# ~/.atom/keymap.cson
'atom-workspace':
  'cmd-b': 'recent-files-fuzzy-finder:toggle-finder'

You can also clear closed files from the list by calling the command recent-files-fuzzy-finder:remove-closed-files (useful when finished on some task and committed changed files).

Behavior

  • The files are listed in order of last usage.
  • Current file is excluded from the list.
  • The list of recent files is cyclic, i.e. if you have opened more files than the amount of files to remember (50 by default) the oldest files will be removed from the list.

Installation

apm install recent-files-fuzzy-finder in a terminal.

- or -

Open Preferences > Packages, and search for recent-files-fuzzy-finder package.

Configuration

These are the configuration values set by default, if you want to you can override them in your own config:

# ~/.atom/config.cson
"recent-files-fuzzy-finder":
  maxFilesToRemember: 50

Development

npm install and read CONTRIBUTING.md

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.