All Projects → Fuco1 → Eshell Bookmark

Fuco1 / Eshell Bookmark

Eshell and bookmark.el integration

eshell-bookmark

Simple package integrating eshell with bookmark.el.

Read the blog post for introduction.

Installation

Get it from MELPA or MELPA Stable with M-x package-install eshell-bookmark.

Usage

Enable the bookmark by adding this setup to your config:

(add-hook 'eshell-mode-hook 'eshell-bookmark-setup)

Or you can also manually call (eshell-bookmark-setup) from any other setup hook you already have.

If you use use-package, the setup can look something like the following:

(use-package eshell-bookmark
  :after eshell
  :config
  (add-hook 'eshell-mode-hook #'eshell-bookmark-setup))

After this, use the bookmark features as usual:

  • capture a bookmark to eshell with C-x r m
  • restore an eshell with C-x r l

Works with remote/TRAMP hosts as well, which is super cool.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].