dirvish VS dired-hacks

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

dirvish

A polished Dired with batteries included. (by alexluigit)

dired-hacks

Collection of useful dired additions (by Fuco1)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dirvish dired-hacks
19 7
754 822
- -
3.3 4.8
2 months ago 26 days ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only 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.

dirvish

Posts with mentions or reviews of dirvish. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-09.

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 dirvish and dired-hacks you can also consider the following projects:

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

.emacs.d - My current Emacs setup.

lsp-treemacs - lsp-mode :heart: treemacs

dired-copy-paste - dired-copy-paste.el enables you to cut/copy/paste files and directries in emacs dired-mode.

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

dired-sidebar - Sidebar for Emacs leveraging Dired

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

evil-org-mode - Supplemental evil-mode keybindings to emacs org-mode

dwim-shell-command - Emacs shell commands with DWIM behaviour

use-package - A use-package declaration for simplifying your .emacs