Difference between revisions of "Dired"
Jump to navigation
Jump to search
(basics) |
|||
Line 15: | Line 15: | ||
== Usage == | == Usage == | ||
'''Dired''' has countless functionality. | '''Dired''' has countless functionality. | ||
− | ; {{ | + | ; {{CommandKeys|C-x d| dired}} |
: ask for a directory and puts you into a buffer with direct listing of that directory. | : ask for a directory and puts you into a buffer with direct listing of that directory. | ||
[[Category:Desktop Management]] [[Category:File Manager]] [[Category:Dired]] | [[Category:Desktop Management]] [[Category:File Manager]] [[Category:Dired]] |
Revision as of 22:29, 31 March 2012
Description | File Manager for Emacs. |
---|---|
Author | name of author |
Maintainer | FSF |
Source | http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/dired.el |
Part of Emacs | yes |
Dired is a inbuilt File Manager for Emacs. Its arguably the best file manager with the functionality it possesses. Unlike any other file mangers the directory listing is just as an another buffer of Emacs with dired-mode as Major Mode.
Usage
Dired has countless functionality.
- [C-x d] (or M-x dired)
- ask for a directory and puts you into a buffer with direct listing of that directory.