ranger.el VS dired-hacks

Compare ranger.el vs dired-hacks and see what are their differences.

ranger.el

Bringing the goodness of ranger to dired! (by punassuming)

dired-hacks

Collection of useful dired additions (by Fuco1)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ranger.el dired-hacks
7 7
688 827
- -
0.0 5.2
8 months ago about 1 month ago
Emacs Lisp Emacs Lisp
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ranger.el

Posts with mentions or reviews of ranger.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-17.

dired-hacks

Posts with mentions or reviews of dired-hacks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-01.
  • ANN: Dired-git-log - display Git logs in Dired buffers (fork of dired-git-info)
    4 projects | /r/emacs | 1 Oct 2022
    I have used Clemeras dired-git-info for a while, but it does not work well with my dired-auto-readme and dired-subtree from dired-hacks due to use of overlays.
  • What are some must-have packages for emacs?
    19 projects | /r/emacs | 21 Jul 2022
    beacon which-key auto-package-update dired-hacks helm
  • Emacs Dired extras by Prot ?
    3 projects | /r/emacs | 21 Jul 2022
    As an alternative to do stuff manually as Prot does, you can also take a look at dired-hacks by Goljer, a.k.a Fuco, in particular dired-subtree and dired-filter. Dired-subtree let's you "toggle" directory listings displayed inline, similar as how other file managers expand/collapse directories in "list-mode". If you prefer using Dired interactively, that one is a game changer in my opinion. I have 'dired-subtree-toggle' on a tab key, so I can just quickly press tab to "expand/collapse" a folder. it is not same as pressing 'i' in Dired and having content of a directory inserted "below", but in my opinion, I never find the built-in Dired version very appealing. Subtree-toggle also skips extra headers for inserted directories, and I can still do all dired operations on directories as if they were inserted with built-in method that Prot demonstrates. I have also used dired-subtree-toggle to make three small functions on top of it to expand entire directory tree one folder at a time, all at once and to collapse them.
  • Move files in Emacs [OC]
    1 project | /r/emacs | 29 Jun 2022
    On a similar note, dired-ranger has some awesome copy/paste/move functions.
  • Does any package exist to view code structure in a tree like manner?
    7 projects | /r/emacs | 15 Feb 2022
    I personally use just Dired, styled with some addons and a simple script where I use dired-subtree to expand/fold subdirectories one level at the time. You can use dired-subtree to expand one directory at a time.
  • Dirvish: a minimalistic file manager based on dired. Such as ranger, vifm, lf.
    7 projects | /r/emacs | 22 Dec 2021
    dired-subtree (from dired-hacks) - hit tab on a directory and expand/fold the subtree;
  • Use query-replace on an entire dired recursively (including subdirs and their contents)?
    1 project | /r/emacs | 10 Sep 2021
    If you are using dired-hacks, it comes with something called dired-subtree.

What are some alternatives?

When comparing ranger.el and dired-hacks you can also consider the following projects:

.emacs.d - My current Emacs setup.

solarized-emacs - The Solarized colour theme, ported to Emacs.

dired-hacks - Collection of useful dired additions

lsp-treemacs - lsp-mode :heart: treemacs

peep-dired - A convienent way to look up file contents in other window while browsing directory in dired

dirvish - A polished Dired with batteries included.

emacs-async - Simple library for asynchronous processing in Emacs

dired-git-info - Show git info in Emacs dired

bfs - BFS (Browse File System) implements for emacs a dynamic tree view of the file system à la ranger.

filetree - filetree is an emacs package for displaying and operating on a file list as a file tree, and for maintaining individual notes for files.

beacon - A light that follows your cursor around so you don't lose it!