Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xcodebuild/shell-toggle-plus
Shell-toggle for emacs that can use eshell
https://github.com/xcodebuild/shell-toggle-plus
Last synced: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-01T07:09:36.000Z (over 10 years ago)
- Last Synced: 2024-04-24T11:13:39.251Z (9 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 |
|-----------------+--------------+-----------------|