Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akicho8/ecd
Easy Change Directory (for eshell, dired env)
https://github.com/akicho8/ecd
directory-management emacs emacs-lisp utility
Last synced: about 2 months ago
JSON representation
Easy Change Directory (for eshell, dired env)
- Host: GitHub
- URL: https://github.com/akicho8/ecd
- Owner: akicho8
- Created: 2013-02-23T14:37:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T13:02:07.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:09:15.989Z (9 months ago)
- Topics: directory-management, emacs, emacs-lisp, utility
- Language: Emacs Lisp
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+OPTIONS: toc:nil num:nil author:nil creator:nil \n:nil |:t
#+OPTIONS: @:t ::t ^:t -:t f:t *:t <:t* Easy Change Directory
: (require 'ecd)
: (global-unset-key "\M-c")
: (global-set-key (kbd "M-c") 'ecd)
:
: (setq ecd-list
: '((?/ . "/")
: (?~ . "~/")
: (?d . "~/Downloads")
: (?e . "~/.emacs.d")))On eshell, type M-c e
: $ pushd ~/.emacs.d
On other mode, type M-c e
: M-x eshell
: $ pushd ~/.emacs.d
: M-x dired-jumpI will either put the prefix of C-u, without moving, if you run from the minibuffer, and just put the path to kill-ring