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

In GUI file managers (e.g. nautilus, dolphin) it is common to select multiple files of the same type and open them at once. It is useful when for example opening...

enhancement

Hi ![2019-01-30-20 59 15](https://user-images.githubusercontent.com/17734314/51986194-4b812e00-24d2-11e9-80a1-28c9a6662bb9.png) In the example above: 'gitlab-api' directory & 'tlsqlite-directory' only contain one file, so that dired-collapse collapse it. But not 'mwe' because it contains more than one...

duplicate
enhancement

Correct `auto-revert-mode` behavior is based on the `buffer-stale-function` `dired-buffer-stale-p`. Remember the subtrees' modification times and override `dired-buffer-stale-p` to take them into account. Fixes #176.

## Information ||| |--|--| |Emacs Version|GNU Emacs 28.0.50.148618| |OS|Arch Linux (5.12.15-arch1-1)| |`emacs -q` ? | yes| Emacs Configuration: ```elisp (require 'package) (package-initialize) (unless (package-installed-p 'use-package) (package-refresh-contents) (package-install 'use-package)) (use-package dired-narrow...

Hi! I found those packages and fix some package-lint/check-doc/byte-compiler warnings for my first contribution step! ## dired-avfs ### before ``` dired-av… 1 1 error Package should have a Homepage or...

This PR will improve efficiency on directories with many files, in two locations, from O(n) to O(1). This is because Lisp needs to traverse "true" lists in order to determine...

Hi, In reference to the discussion in #162 . There are a few caveats: * I had to resort to an ugly hack to fool dired-hide-details into not swallowing the...

For the filter groups, the approach is to take advantage of the `add-to-invisibility-spec` and `remove-from-invisibility-spec` functions when toggling the filter groups. The semantics of `buffer-invisibility-spec` allow the invisible property of...

- [x] Implement - [ ] Add info to readme - [ ] Write blog post

enhancement