https://github.com/xcodebuild/shell-toggle-plus
Shell-toggle for emacs that can use eshell
https://github.com/xcodebuild/shell-toggle-plus
Last synced: 3 months ago
JSON representation
Shell-toggle for emacs that can use eshell
- Host: GitHub
- URL: https://github.com/xcodebuild/shell-toggle-plus
- Owner: xcodebuild
- Created: 2014-08-01T06:55:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T07:09:36.000Z (almost 11 years ago)
- Last Synced: 2025-01-28T02:33:22.248Z (5 months ago)
- Language: Emacs Lisp
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Shell-Toggle-Plus
Shell toggle like guake for emacs.EShell/Shell supported
* Useage
#+begin_src emacs-lisp
(require 'shell-toggle-plus)
(setq shell-toggle-launch-shell 'eshell)
#+end_srcYou can use key-binding with it
|-----------------+--------------+-----------------|
| Command | shell-toggle | shell-toggle-cd |
|-----------------+--------------+-----------------|
| supported shell | shell | eshell |
|-----------------+--------------+-----------------|