Code Monkey home page Code Monkey logo

helm-project's Introduction

Helm Project


This package provides a Helm interface for the built in project.el Emacs library.


Notable Features

  • Inherits from built-in helm sources. e.g. act on project buffers using any of the helm buffer actions, open project files with root as you could when using helm file actions. Search within open project buffers using the @ prefix, just as you could when using helm-mini or helm-buffers-list.

  • Supports project.el external roots: If your project definition supports multiple roots, search and act across all of them at once.

Installing

Install helm-project directly from MELPA

Configuration

(use-package helm-project
  :bind (("C-x C-p" . helm-project)
	 ("M-s p" . helm-project-grep-ag)
	 ([remap project-find-regexp] . helm-project-grep-ag)
	 ([remap project-switch-to-buffer] . helm-project-buffers)
	 ([remap project-find-file] . helm-project-files)
	 ([remap project-switch-project] . helm-project-list-projects)
	 :map helm-project-map
         ;; Any changes to keybinds on the helm-project-map should be made
         ;; before initializing the sources for the first time, i.e. before
         ;; calling any of the `helm-project-*' commands.
	 ("C-c s" . helm-project-grep-ag)))

Commands

helm-project-list-projects - project-switch-project

helm-project-files - project-find-files

helm-project-buffers - project-switch-to-buffer

helm-project-grep-ag - project-find-regexp. May also be called from within a helm-project-* buffer with M-g a.

helm-project - This is the main entry point, and combines above three helm sources into a single interface.

helm-project-toggle-external-flag - Only bound when within a helm-project-* buffer, used to toggle search space between project root directory, and project root directory + external roots. Bound to C-c a by default.

Examples

helm-project-files Using helm-project to find a project file.


helm-project-grep-ag Using helm-project-grep-ag within helm-project to locate a definition within a project.

Bound by default to M-g a when within a helm buffer, as per helm conventions.


helm-project-file-actions Showing inherited helm actions on project files.


helm-project-search-in-buffer Narrowing across open project buffers to those which contain "helm-project-source".

Links

Helm Homepage

Working with Projects - Emacs Manual

Project.el Emacs Mirror

helm-project's People

Contributors

cmccloud avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

emacsmirror

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.