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

`dired-collapse` lets us skip several levels of subdirectories when drilling down, and this is occasionally very convenient. It’s like saying “I go down this path” rather than repeating “I move...

enhancement

fix for #63 This fix worked fine for me for several months.

This automatically applies dired-collpase-mode to all new dired buffers.

enhancement
waiting

The 'fix' in this PR is to require the s- package, which is used but not declared. The 'adjustments' in this PR are to remove several needless dependencies.

waiting

Use user's completion filtering setup for narrowing.

waiting

Hi, I use emacs 24.5.1 with spacemacs 0.105.9 on Ubuntu 15.10. Steps to reproduce. 0. use (setq dired-narrow-exit-action 'dired-narrow-find-file) 1. filter some directory out 2. restore this directory 3. select...

bug
unconfirmed

First, thanks for the great mode. I'm using dired-collapse on macOS, and I find that a particular file causes dired-collapse-mode to fail to activate: `~/Applications (Parallels)/Icon\015` I have `dired-collapse-mode` added...

bug

Same as #95 but regarding dired-subtree.

bug
unconfirmed

https://github.com/jojojames/dired-sidebar/issues/7 Example screenshot -> https://imgur.com/a/Ui5Zg I added a workaround here to dired-sidebar (same workaround would work in plain old dired) https://github.com/jojojames/dired-sidebar/commit/f4a00e9b213b0006b16692c57c1f570e2a9fbbf4 Small repro: ``` /Users/james/Test: total used in directory 6...

bug
unconfirmed

This could be called `dired-interactive` or something similar, with enhanced versions of the original commands. And it could provide a `remap`. - [ ] `diredp-marked` - [ ] `diredp-next-subdir`, mostly...

enhancement