# pop-eshell
**Repository Path**: stanhe/pop-eshell
## Basic Information
- **Project Name**: pop-eshell
- **Description**: bottom-terminal like intellij idea and full-terminal for multi windows.
- **Primary Language**: Emacs Lisp
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 9
- **Forks**: 0
- **Created**: 2020-03-12
- **Last Updated**: 2025-08-22
## Categories & Tags
**Categories**: nms
**Tags**: None
## README
# pop-eshell-mode
I want a terminal work fine on win,and act as some IDE side menu.
the same time ,i want run some commands in a full screen window,and i can fast access to it,so i made this.
## Install
1. git-bash: "c:/Users/$your_name/AppData/Roaming/.emacs.d"
```
git clone https://github.com/stanhe/pop-eshell.git
```
2. add below code in your init.el
```
(add-to-list 'load-path "~/.emacs.d/pop-eshell")
(require 'pop-eshell-mode)
(setq pop-find-parent-directory '(".git" "gradlew")) ;; parent directory should have .git or gradlew file
(pop-eshell-mode 1)
```
## Usage
|key |fuction|
|-|-|
|C-c C-e C-e |eshell-pop-toggle|
|C-c C-e C-f |fast-eshell-pop|
## Screenshots
* single window
|bottom-side |full-screen |
|:------:|:------:|
|
|
|
* multi windows
