2022-03-28 15:03:21 +02:00
|
|
|
#+title: :emacs dired
|
|
|
|
#+subtitle: Making dired pretty [functional]
|
|
|
|
#+created: February 20, 2017
|
|
|
|
#+since: 2.0.0
|
2021-10-16 01:23:04 +02:00
|
|
|
|
|
|
|
* Description :unfold:
|
|
|
|
This module provides reasonable defaults and augmentations for dired.
|
|
|
|
|
|
|
|
** Maintainers
|
|
|
|
/This module has no dedicated maintainers./ [[doom-contrib-maintainer:][Become a maintainer?]]
|
|
|
|
|
|
|
|
** Module flags
|
|
|
|
- +icons ::
|
|
|
|
Enables the display of fancy icons depending on file types in dired buffers.
|
|
|
|
- +ranger ::
|
|
|
|
Enables dired to be more like [[https://github.com/ranger/ranger][ranger]].
|
|
|
|
|
|
|
|
** Packages
|
2022-09-26 02:19:42 +08:00
|
|
|
- [[doom-package:all-the-icons-dired]] if [[doom-module:+icons]]
|
|
|
|
- [[doom-package:diff-hl]]
|
|
|
|
- [[doom-package:diredfl]]
|
|
|
|
- [[doom-package:dired-rsync]]
|
|
|
|
- [[doom-package:fd-dired]]
|
|
|
|
- [[doom-package:ranger]] if [[doom-module:+ranger]]
|
2021-10-16 01:23:04 +02:00
|
|
|
|
|
|
|
** TODO Hacks
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module's hacks haven't been documented yet. [[doom-contrib-module:][Document them?]]
|
|
|
|
#+end_quote
|
|
|
|
|
|
|
|
** TODO Changelog
|
|
|
|
# This section will be machine generated. Don't edit it by hand.
|
|
|
|
/This module does not have a changelog yet./
|
|
|
|
|
|
|
|
* Installation
|
|
|
|
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
|
|
|
|
|
|
|
|
This module has no requirements *except on BSDs* like MacOS or FreeBSD, where
|
|
|
|
=GNU ls= (aka ~gls~) is required.
|
|
|
|
|
|
|
|
* TODO Usage
|
|
|
|
#+begin_quote
|
|
|
|
🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]]
|
|
|
|
#+end_quote
|
|
|
|
|
|
|
|
| Keybind | Description |
|
|
|
|
|---------+----------------------------|
|
|
|
|
| [[kbd:][SPC f d]] | Find directory with dired |
|
|
|
|
| [[kbd:][q]] | Exit dired buffer |
|
2022-09-26 02:19:42 +08:00
|
|
|
| [[kbd:][C-c C-r]] | Run [[doom-package:dired-rsync]] |
|
|
|
|
| [[kbd:][C-c C-e]] | Rename entries with [[doom-package:wdired]] |
|
2019-08-13 11:07:03 +02:00
|
|
|
|
|
|
|
Other keybindings can be found on the official [[https://www.gnu.org/software/emacs/refcards/pdf/dired-ref.pdf][Dired reference card]].
|
2021-05-24 12:49:32 -05:00
|
|
|
|
|
|
|
** Ranger
|
2022-09-26 02:19:42 +08:00
|
|
|
If [[doom-module:+ranger]] is enabled often a buffer will be opened in minimal ranger mode
|
2021-10-16 01:23:04 +02:00
|
|
|
(~deer-mode~). In this case [[kbd:][z P]] can be used to toggle between full ranger and
|
|
|
|
~deer-mode~.
|
|
|
|
|
|
|
|
* TODO Configuration
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module has no configuration documentation yet. [[doom-contrib-module:][Write some?]]
|
|
|
|
#+end_quote
|
|
|
|
|
|
|
|
* Troubleshooting
|
|
|
|
/There are no known problems with this module./ [[doom-report:][Report one?]]
|
|
|
|
|
|
|
|
* Frequently asked questions
|
|
|
|
/This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
|
|
|
|
|
|
|
|
* TODO Appendix
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module has no appendix yet. [[doom-contrib-module:][Write one?]]
|
|
|
|
#+end_quote
|