doomemacs/modules/term/eshell
2020-04-28 09:33:56 -04:00
..
autoload Fix #2832: filename modifiers replaced with empty strings 2020-04-26 04:12:33 -04:00
config.el Merge branch 'develop' into eshell-improvements 2020-04-28 09:33:56 -04:00
packages.el Improved Eshell module part 1 2020-04-17 15:48:54 -04:00
README.org Improved Eshell module part 1 2020-04-17 15:48:54 -04:00

term/eshell

Description

This module provides additional features for the built-in Emacs Shell

The Emacs Shell or eshell is a shell-like command interpreter implemented in Emacs Lisp. It is an alternative to traditional shells such as bash, zsh, fish, etc. that is built into Emacs and entirely cross-platform.

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags, but does gain auto-completion if :completion company is enabled.

Prerequisites

This module has no prerequisites.

Features

  • Command completion with Company
  • fish-style prompt with Git integration
  • z-like directory jumping
  • Command-not-found recommendations

TODO Configuration

TODO Troubleshooting