1 Star 1 Fork 0

卜萝胡白 / pop-eshell

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 965 Bytes
一键复制 编辑 原始数据 按行查看 历史
stanhe 提交于 2018-11-01 17:04 . e: 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
  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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Emacs Lisp
1
https://gitee.com/stanhe/pop-eshell.git
git@gitee.com:stanhe/pop-eshell.git
stanhe
pop-eshell
pop-eshell
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891