Code Monkey home page Code Monkey logo

magit-find-file.el's Introduction

Melpa Status Melpa Stable Status

magit-find-file

magit powered equivalent of TextMate's cmd-t functionality (or ctrlp.vim, if that's your bag).

Depends on Magit.

Installation

Install it from Melpa, or drop magit-find-file.el into your load path and add:

(require 'magit-find-file)

into your init.el. The Melpa version uses autoload, so once installed you won't need to add anything to your init.el.

Finding files

Invoking magit-find-file-completing-read will give you a list of candidates as ascertained by git ls-files. So basically all the files you should care about. It includes staged and not-yet-added files in the list.

You may want to add it as a key command:

(global-set-key (kbd "C-c p") 'magit-find-file-completing-read)

Contributors

Licence

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

magit-find-file.el's People

Contributors

bradwright avatar chmouel avatar syohex avatar tarsius avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

magit-find-file.el's Issues

24.4 badness

Unfortunately magit-find-file-completing-read doesn't seem to work on emacs 24.4.1 ๐Ÿ˜ข

I don't know what is going wrong, but no matter what I search for I get "No match". Do you think the new popup mode in the minibuffer could be causing a problem?

I never realised how much I actually use this function, so I might downgrade to 24.3 until this is fixed.

My .emacs => https://github.com/fommil/unix/blob/master/.emacs

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.