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

I've been running into the problem where filter groups do not get displayed after reverting the buffer and point is on a line that is contained within the region of...

bug

> - [ ] Document the configuration `dired-filter-stack` in readme _Originally posted by @Fuco1 in [#121](https://github.com/Fuco1/dired-hacks/issues/121#issuecomment-2003300427)_

enhancement
documentation

The title pretty much says it all. When executing an action on a subtree in a dired buffer (such as moving or deleting files), these files are still displayed because...

enhancement

Hello, Thanks for gathering hacks for dired. Here are some ideas for `dired-ranger`. Shouldn't be hard to implement, and I can also do it later if it's needed. 1. Functions...

enhancement

IMHO dired-hacks is one if not the best dired extension package. Many thanks and congratulations for this awesome work :) I've used ranger.el (which is also very good) but to...

enhancement
wishlist

See the `git-ignored`, `omit`, and similar... right now we have the definitions on multiple places.

enhancement

On line 489 of dired-subtree.el, the code: ` (let* ((dir-name (dired-get-filename nil))` should be: ` (let* ((dir-name (dired-get-filename nil t))` If 't' is included in the arguments of `dired-get-filename` then...

enhancement

If adding a new character at the filter prompt creates a string, which matches both the current and the next line in the dired buffer, the cursor will move down...

bug

I receive this issue consistently by creating a folder which contains only files that are hidden by `dired-filter-by-omit` and trying to expand using dired-subtree ``` Debugger entered--Lisp error: (wrong-type-argument overlayp...

bug