Code Monkey home page Code Monkey logo

projector.el's Introduction

projector is a lightweight Emacs library for managing project-aware shell and shell-command buffers. It leverages either projectile or the built-in project.el package to make it easy to manage command line tools.

For async processes, it uses alert for handling the exit message. This makes it easy to hook into notification programs like terminal-notifier or growlnotify.

Installation

Recommended install from MELPA with M-x package-install projector.

Example setup:

(require 'projector)
(setq alert-default-style 'notifier)
(setq projector-always-background-regex '("^mysql.server\\.*" "^powder\\.*"))
(setq projector-command-modes-alist '(("^heroku run\\.*" . inf-ruby-mode)))

Available Options

projector-project-package

The project package to be used by Projector. Defaults to projectile if the package is available.

projector-always-background-regex

You can set this to a list of regex patterns for commands that should always run in the background and will alert on completion.

projector-command-modes-alist

An alist of command patterns to run in specific modes. The alist should follow the format of (COMMAND-REGEX . MODE).

projector-default-command

The default command to run with projector-run-default-shell-command. This is usually most helpful to set on a directoy local level via a .dir-locals.el file:

((nil . ((projector-default-command . "foreman start"))))

Available Commands

(projector-run-shell-command-project-root)

Run the named shell command from the current project root in a dedicated buffer. With the C-u prefix, run the process in the background and output on exit to alert.

(projector-run-shell-command-project-root-background)

Same as running (projector-run-shell-command-project-root) with the C-u prefix.

(projector-run-shell-command-current-directory)

Run the named shell command from the current directory in a dedicated buffer. With the C-u prefix, run the process in the background and output on exit to alert.

(projector-run-shell-command-current-directory-background)

Same as running (projector-run-shell-command-current-directory) with the C-u prefix.

(projector-run-default-shell-command)

Execute projector-default-command at the project root in a dedicated buffer. With the C-u prefix, run the process in the background and output on exit to alert.

(projector-switch-to-or-create-project-shell)

Find or create a dedicated shell-mode buffer for the current project.

(projector-open-project-shell)

Use completing-read to find or create a shell-mode buffer for a project.

(projector-switch-to-shell-buffer)

Use completing-read to switch to any shell buffer created by projector.

(projector-switch-to-shell-buffer-in-project)

Use completing-read to switch to any shell buffer created by projector in the current project.

(projector-switch-project-run-shell-command)

Switch to another projectile project and run a shell command from that project's root.

(projector-switch-project-run-shell-command-background)

Switch to another projectile project and run a shell command in the background from that project's root.

(projector-switch-project-run-default-shell-command)

Switch to another projectile project and run the default shell command from that project's root.

I will leave the key-binding of these up to you, or you can just call them with M-x if you'd prefer.

Changelog

Nov 12th 2021 - 0.3.3 - added support for modern Emacs project.el via projector-project-package. As such, projectile is now no longer a hard dependency, and needs to be installed separately.

projector.el's People

Contributors

ebpa avatar purcell avatar syohex avatar waymondo avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

projector.el's Issues

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.