Skip to content

slamko/emacs-multi-eshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Emacs multi eshell buffer managing tool

GNU Emacs extension for managing multiple eshell buffers and windows. Basically this is a multi-eshell (which has a bit misleading name and stands for Multi Emacs Shell, and in fact does not do well with real eshell) rewrite specifically to support Emacs’s eshell.

Installation

With Straight package manager

(straight-use-package
 '(emacs-multi-eshell :host github :repo "slamko/emacs-multi-eshell"
            :branch "master"))

Or cloning the repo and loading the path

git clone git@github.com:slamko/emacs-multi-eshell.git
(add-to-list 'load-path "~/path-to-repo")
(require 'emacs-multi-eshell)

Features

The package provides two functions for creating and switching between eshell buffers:

  1. ees/eshell-new - create new eshell buffer and switches to it.
  2. ees/eshell-last - switch to last created buffer, if no was found - create one.

Releases

No releases published

Packages

No packages published