Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 948 Bytes

File metadata and controls

26 lines (22 loc) · 948 Bytes

IBuffer Sidebar

https://github.com/jojojames/ibuffer-sidebar/actions/workflows/ci.yml/badge.svg https://melpa.org/packages/ibuffer-sidebar-badge.svg https://stable.melpa.org/packages/ibuffer-sidebar-badge.svg https://elpa.gnu.org/packages/ibuffer-sidebar.svg

Screenshots

./screenshots/ibuffer-sidebar.png

When used with dired-sidebar.

./screenshots/with-dired-sidebar.png

Installation

Melpa / Elpa

(use-package ibuffer-sidebar
  :ensure t
  :commands (ibuffer-sidebar-toggle-sidebar))

Contributing

cask
make compile
make test