https://github.com/purcell/ibuffer-vc
Let Emacs' ibuffer-mode group files by git project etc., and show file state
https://github.com/purcell/ibuffer-vc
Last synced: 24 days ago
JSON representation
Let Emacs' ibuffer-mode group files by git project etc., and show file state
- Host: GitHub
- URL: https://github.com/purcell/ibuffer-vc
- Owner: purcell
- Created: 2011-03-22T14:49:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T20:36:41.000Z (6 months ago)
- Last Synced: 2025-04-02T04:05:13.347Z (about 1 month ago)
- Language: Emacs Lisp
- Homepage:
- Size: 46.9 KB
- Stars: 174
- Watchers: 2
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[](http://melpa.org/#/ibuffer-vc)
[](http://stable.melpa.org/#/ibuffer-vc)
[](https://github.com/purcell/ibuffer-vc/actions/workflows/test.yml)# ibuffer-vc: Group buffers in ibuffer list by VC project #
Emacs' `ibuffer-mode` is a wonderful replacement for the built-in
`list-buffer` command, and allows buffers to be grouped
programatically, e.g. by major mode.If, like me, you mostly work on version-controlled files, you might
like to see your buffers grouped by the associated version control
project.That's where `ibuffer-vc` comes in: it lets you:
* Group your buffers by their parent vc root directory
* See the VC status of the associated files
* Sort buffers by their VC status
* Display buffer filenames that are relative to their VC root## Screenshot ##

## How to install ##
See `ibuffer-vc.el`, or (preferred) install from [MELPA][MELPA].
[MELPA]: http://melpa.org "MELPA"
[💝 Support this project and my other Open Source work](https://www.patreon.com/sanityinc)
[💼 LinkedIn profile](https://uk.linkedin.com/in/stevepurcell)
[✍ sanityinc.com](http://www.sanityinc.com/)