Skip to content

bottom-terminal like intellij idea and full-terminal for multi windows.

Notifications You must be signed in to change notification settings

stanhe/pop-eshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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
  1. 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

About

bottom-terminal like intellij idea and full-terminal for multi windows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published