ranger.el icon indicating copy to clipboard operation
ranger.el copied to clipboard

Bringing the goodness of ranger to dired!

Results 95 ranger.el issues
Sort by recently updated
recently updated
newest added

When opening a big directory in means of "there are many files in the directory", ranger freezes. In my case, I have for example a directory with ~870 000 files...

Seems like `ranger` do not play nice with [workgroups](https://github.com/pashinin/workgroups2.git), really useful plugin, but your awesome `ranger` break windows locations on different `workgroups`, even when I start `ranger` on separate one....

#### Runtime Environment - MX Linux 17 - GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2019-02-12 - Evil version 1.2.14 - [.emacs.d](https://github.com/mrbig033/dotfiles/tree/master/emacs/emacs_default) - [packages](https://github.com/mrbig033/dotfiles/blob/master/emacs/emacs_default/packs.el) - ranger-20170817.1557/’ (unsigned)....

This option doesn't seem to exist. I can call `move-file-to-trash`, but it opens a dialog. Going straight to the file at point would be great.

I did not find a `defcustom` to customize this feature, I used `advice-add` to modify this function a little. So, is there any official way to do this?

My configuration: ```elisp (use-package ranger :init (setq ranger-cleanup-on-disable nil ranger-cleanup-eagerly nil ranger-show-hidden nil) :config (ranger-override-dired-mode)) ``` I've noticed that when I open a directory, `ranger-override-dired-mode` properly triggers deer. After I...

* install and require evil and ranger * M-x `ranger` * f for `ranger-travel` * select (enter) a directory ``` Making window-configuration-change-hook buffer-local while locally let-bound! [2 times] ido-find-file: Lisp...

Hi, I really like the look and feel of ranger, but performance is a big issue for me and does prevent me from using it in my day-to-day. Opening a...

In function `ranger--get-file-sizes`, there is a typo in the regex: `[a-za-z]` should be `[A-Za-z]`. Plus, this won't work if the current locale is not English, since it search for the...

Hi! First off, thanks for the great package! I've been using the ranger layer through Spacemacs and noticed that ranger causes Emacs (v25.3.2) to freeze up when previewing links that...