An open API service indexing awesome lists of open source software.

https://github.com/gromnitsky/ph

Emacs Project Helper (global minor mode)
https://github.com/gromnitsky/ph

Last synced: 5 months ago
JSON representation

Emacs Project Helper (global minor mode)

Awesome Lists containing this project

README

          

Emacs Project Helper

https://github.com/gromnitsky/ph

ph is a global minor mode for easy opening/closing/switching groups of
related files (commonly called "projects").

Features

* Nothing to configure.
* Support any types of projects & any files.
* Ido-style project files switching.
* Any number of opened projects simultaneously.
* Auto-remembering/-forgetting what file belongs to a project.
* Open/close project files with 1 command.
* Doesn't touch your Emacs configs & doesn't write anywhere except 1
special file in project directory.
* Detects file moving withing project sub-directories & outside of
project directory.
* Menu for quick projects switching.

Installation

Add to .emacs:

(ph-mode)