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)
- Host: GitHub
- URL: https://github.com/gromnitsky/ph
- Owner: gromnitsky
- Archived: true
- Created: 2013-02-21T23:37:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T06:46:56.000Z (over 8 years ago)
- Last Synced: 2025-03-13T10:23:11.826Z (7 months ago)
- Language: Emacs Lisp
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
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)