dired-hacks icon indicating copy to clipboard operation
dired-hacks copied to clipboard

Collection of useful dired additions

Results 53 dired-hacks issues
Sort by recently updated
recently updated
newest added

``` lisp (dired-rainbow-define media "#de751f" ("mp3" "mp4" "MP3" "MP4")) ``` works but it'd be better, less verbose, to not need to define all extensions twice in both cases. I've not...

enhancement

Here's the full warning:`⛔ Warning (comp): dired-hacks-utils.el:248:34: Warning: the function ‘dired-dwim-target-directory’ is not known to be defined.` I'm using `dired-subtree`. Looking through the code, it is only used, as a...

bug

Divirish has a nice folder state indicator in their line-prefix. I wonder if we could add a similar feature in dired-subtree as well. ![image](https://github.com/Fuco1/dired-hacks/assets/11971417/0a6778a9-afe4-4009-aea9-1573ba7e4734)

enhancement

Dired buffers in which I have subtrees expanded using `dired-subtree` are not restored with the expanded subtrees when restored by [desktop](https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html). It would be very nice to have dired buffers...

enhancement

Haven't found the time to create a small repro but it seems like trying to cycle a 'dired-collapse' 'node' results in weird behavior. Not sure how to describe it but...

bug
unconfirmed

Hi, I love `dired-narrow`, I use it on a daily basis. However, sometimes, I'd like to have the opposite feature: hide everything that matches the pattern. Therefore, I propose a...

enhancement

Compiling file \~/.emacs.d/elpa/dired-narrow-20181114.1723/dired-narrow.el at Thu Mar 14 20:27:12 2019 Entering directory \~/.emacs.d/elpa/dired-narrow-20181114.1723/ Compiling no file at Thu Mar 14 20:27:12 2019 Warning (bytecomp): the function ‘dired-dwim-target-directory’ is not known to...

bug
unconfirmed

Some users, me included, customize the switches used by dired per directory with `.dir-locals.el` by setting `dired-actual-switches` there. While `dired-maybe-insert-subdir` (i) respects this variable, `dired-subtree` didn't. This PR aims to...

Hello, When you delete a collapsed tree (`dired-flag-file-deletion` and `dired-do-flagged-delete`), the deleted entry does not disappear from the dired listing. SImilar for rename. Without collapsing mode - or when the...

enhancement

When the first entry is `..` in a subdirectory listing, the listing is incorrect. It omits entries between `..` and `.`; that can make the subdirectory appear empty or that...

bug
enhancement