<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aweinstein</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Aweinstein"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/Aweinstein"/>
	<updated>2026-04-25T15:27:38Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Dired&amp;diff=3591</id>
		<title>Dired</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Dired&amp;diff=3591"/>
		<updated>2012-11-07T20:38:38Z</updated>

		<summary type="html">&lt;p&gt;Aweinstein: Add dired-x requirement.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Package&lt;br /&gt;
|name=Dired&lt;br /&gt;
|description=File Manager for Emacs.&lt;br /&gt;
|source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/dired.el&lt;br /&gt;
|author=Sebastian Kremer&lt;br /&gt;
|maintainer=[[FSF]]&lt;br /&gt;
|in_emacs=yes&lt;br /&gt;
|Development status=active&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Dired''' is a inbuilt File Manager for Emacs. Its arguably the best&lt;br /&gt;
file manager with the functionality it possesses. Unlike any other&lt;br /&gt;
file mangers the directory listing is just as an another [[buffer]] of&lt;br /&gt;
Emacs with '''dired-mode''' as {{ModeLink|Major Mode}}.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
'''Dired''' has countless functionality.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x d| dired}}&lt;br /&gt;
: ask for a directory and puts you into a buffer with direct listing of that directory. &lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-j| dired-jump}}&lt;br /&gt;
: jump to a dired buffer corresponding to the current buffer (This require loading [http://www.gnu.org/software/emacs/manual/html_node/dired-x/ Dired Extra]).&lt;br /&gt;
&lt;br /&gt;
In the minibuffer, while doing 'Find File':&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-d}}&lt;br /&gt;
: jump to a dired buffer corresponding to the directory in the minibuffer.&lt;br /&gt;
&lt;br /&gt;
== Basic commands ==&lt;br /&gt;
&lt;br /&gt;
; {{Keys| RET}}&lt;br /&gt;
: Open the file/Directory&lt;br /&gt;
&lt;br /&gt;
; {{Keys| q}}&lt;br /&gt;
: Close the dir&lt;br /&gt;
&lt;br /&gt;
; {{keys|C}}&lt;br /&gt;
: Copy file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|R}}&lt;br /&gt;
:Rename file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|D}}&lt;br /&gt;
: Delete file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|+}}&lt;br /&gt;
: create a new dir&lt;br /&gt;
&lt;br /&gt;
== Mark/unmark files ==&lt;br /&gt;
&lt;br /&gt;
{{Keys|m}}&lt;br /&gt;
: mark a file&lt;br /&gt;
&lt;br /&gt;
{{Keys|u}}&lt;br /&gt;
: unmark a file&lt;br /&gt;
&lt;br /&gt;
{{Keys|U}}&lt;br /&gt;
: unmark all marked&lt;br /&gt;
&lt;br /&gt;
{{Keys|m}}&lt;br /&gt;
: mark by pattern&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
[[Dired+]] - a package that extends the functionalities of Dired&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop Management]] [[Category:File Manager]][[Category:Built-in Package]]&lt;/div&gt;</summary>
		<author><name>Aweinstein</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Dired&amp;diff=3590</id>
		<title>Dired</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Dired&amp;diff=3590"/>
		<updated>2012-11-07T20:25:09Z</updated>

		<summary type="html">&lt;p&gt;Aweinstein: Use RET instead of Enter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Package&lt;br /&gt;
|name=Dired&lt;br /&gt;
|description=File Manager for Emacs.&lt;br /&gt;
|source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/dired.el&lt;br /&gt;
|author=Sebastian Kremer&lt;br /&gt;
|maintainer=[[FSF]]&lt;br /&gt;
|in_emacs=yes&lt;br /&gt;
|Development status=active&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Dired''' is a inbuilt File Manager for Emacs. Its arguably the best&lt;br /&gt;
file manager with the functionality it possesses. Unlike any other&lt;br /&gt;
file mangers the directory listing is just as an another [[buffer]] of&lt;br /&gt;
Emacs with '''dired-mode''' as {{ModeLink|Major Mode}}.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
'''Dired''' has countless functionality.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x d| dired}}&lt;br /&gt;
: ask for a directory and puts you into a buffer with direct listing of that directory. &lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-j| dired-jump}}&lt;br /&gt;
: jump to a dired buffer corresponding to the current buffer.&lt;br /&gt;
&lt;br /&gt;
In the minibuffer, while doing 'Find File':&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-d}}&lt;br /&gt;
: jump to a dired buffer corresponding to the directory in the minibuffer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Basic commands ==&lt;br /&gt;
&lt;br /&gt;
; {{Keys| RET}}&lt;br /&gt;
: Open the file/Directory&lt;br /&gt;
&lt;br /&gt;
; {{Keys| q}}&lt;br /&gt;
: Close the dir&lt;br /&gt;
&lt;br /&gt;
; {{keys|C}}&lt;br /&gt;
: Copy file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|R}}&lt;br /&gt;
:Rename file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|D}}&lt;br /&gt;
: Delete file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|+}}&lt;br /&gt;
: create a new dir&lt;br /&gt;
&lt;br /&gt;
== Mark/unmark files ==&lt;br /&gt;
&lt;br /&gt;
{{Keys|m}}&lt;br /&gt;
: mark a file&lt;br /&gt;
&lt;br /&gt;
{{Keys|u}}&lt;br /&gt;
: unmark a file&lt;br /&gt;
&lt;br /&gt;
{{Keys|U}}&lt;br /&gt;
: unmark all marked&lt;br /&gt;
&lt;br /&gt;
{{Keys|m}}&lt;br /&gt;
: mark by pattern&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
[[Dired+]] - a package that extends the functionalities of Dired&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop Management]] [[Category:File Manager]][[Category:Built-in Package]]&lt;/div&gt;</summary>
		<author><name>Aweinstein</name></author>
	</entry>
	<entry>
		<id>https://wikemacs.org/index.php?title=Dired&amp;diff=3589</id>
		<title>Dired</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Dired&amp;diff=3589"/>
		<updated>2012-11-07T18:20:32Z</updated>

		<summary type="html">&lt;p&gt;Aweinstein: Add some commands&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Package&lt;br /&gt;
|name=Dired&lt;br /&gt;
|description=File Manager for Emacs.&lt;br /&gt;
|source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/dired.el&lt;br /&gt;
|author=Sebastian Kremer&lt;br /&gt;
|maintainer=[[FSF]]&lt;br /&gt;
|in_emacs=yes&lt;br /&gt;
|Development status=active&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Dired''' is a inbuilt File Manager for Emacs. Its arguably the best&lt;br /&gt;
file manager with the functionality it possesses. Unlike any other&lt;br /&gt;
file mangers the directory listing is just as an another [[buffer]] of&lt;br /&gt;
Emacs with '''dired-mode''' as {{ModeLink|Major Mode}}.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
'''Dired''' has countless functionality.&lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x d| dired}}&lt;br /&gt;
: ask for a directory and puts you into a buffer with direct listing of that directory. &lt;br /&gt;
&lt;br /&gt;
; {{CommandKeys|C-x C-j| dired-jump}}&lt;br /&gt;
: jump to a dired buffer corresponding to the current buffer.&lt;br /&gt;
&lt;br /&gt;
In the minibuffer, while doing 'Find File':&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-d}}&lt;br /&gt;
: jump to a dired buffer corresponding to the directory in the minibuffer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Basic commands ==&lt;br /&gt;
&lt;br /&gt;
; {{Keys| Enter}}&lt;br /&gt;
: Open the file/Directory&lt;br /&gt;
&lt;br /&gt;
; {{Keys| q}}&lt;br /&gt;
: Close the dir&lt;br /&gt;
&lt;br /&gt;
; {{keys|C}}&lt;br /&gt;
: Copy file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|R}}&lt;br /&gt;
:Rename file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|D}}&lt;br /&gt;
: Delete file&lt;br /&gt;
&lt;br /&gt;
; {{Keys|+}}&lt;br /&gt;
: create a new dir&lt;br /&gt;
&lt;br /&gt;
== Mark/unmark files ==&lt;br /&gt;
&lt;br /&gt;
{{Keys|m}}&lt;br /&gt;
: mark a file&lt;br /&gt;
&lt;br /&gt;
{{Keys|u}}&lt;br /&gt;
: unmark a file&lt;br /&gt;
&lt;br /&gt;
{{Keys|U}}&lt;br /&gt;
: unmark all marked&lt;br /&gt;
&lt;br /&gt;
{{Keys|m}}&lt;br /&gt;
: mark by pattern&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
[[Dired+]] - a package that extends the functionalities of Dired&lt;br /&gt;
&lt;br /&gt;
[[Category:Desktop Management]] [[Category:File Manager]][[Category:Built-in Package]]&lt;/div&gt;</summary>
		<author><name>Aweinstein</name></author>
	</entry>
</feed>