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

While the archive can be opened smoothly, `diredp-up-directory` does not bring the buffer back to "normal" directories. Instead, we are stuck in `~/.avfs`.

bug
unconfirmed

1. Before dired-subtree-insert ![Screenshot from 2020-03-26 20-36-32](https://user-images.githubusercontent.com/3406652/77647672-cbedd280-6fa1-11ea-94d8-6df374c1bbb7.png) 2. After dired-subtree-insert ![Screenshot from 2020-03-26 20-37-06](https://user-images.githubusercontent.com/3406652/77647679-cee8c300-6fa1-11ea-9924-d70bf7780864.png) 3. After dired-subtree-remove ![Screenshot from 2020-03-26 20-37-17](https://user-images.githubusercontent.com/3406652/77647685-d019f000-6fa1-11ea-90e6-d1c399dd3606.png) After dired-subtree-insert, clicking anywhere in the empty space on...

bug

When viewing a `dired` folder and changing `dired-filter-group-load-group`, the display does not refresh. I find I have to type `g` or `revert-buffer` to update the display.

enhancement

## Reproduce ```elisp (setq dired-ls-sorting-switches "-alF") ``` Then try `dired-subtree-toggle` on, say, any directory. You should see `./` and `../` listed under it, when the expectation is that they are...

bug
unconfirmed

Hi, I am running spacemacs-dev with emacs-git (but experienced similar behavior with emacs 27). In my setup I use `N` for `dired-narrow` and set actually sorting to `s` ``` (kbd...

bug
unconfirmed

In a directory where there are a number of .el files, mark them, and then press `B` to byte-compile them. Expected behavior: Produce a number of .elc files corresponding to...

bug

Installed dired-rainbow via MELPA with the package manager, along with most of the other dired-hacks packages. All the others are working fine but when I hit `M-x dired-rainbow-define` or `M-x...

bug

Hi, I like the way dired-subtree inserts subtrees, but I didn't like that I could only do this with directories. So I played around this morning and ended up with...

enhancement

In case someone wants to implement this, feel free to comment here and send a patch :) - [ ] `(define-key map "**" 'dired-mark-executables)` - [ ] `(define-key map "*/"...

enhancement