From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Pierre Neidhardt Newsgroups: gmane.emacs.devel Subject: [ELPA] New package: disk-usage Date: Tue, 19 Feb 2019 09:49:24 +0100 Message-ID: <87imxgmacr.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="209247"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: mu4e 1.0; emacs 26.1 To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 19 09:49:45 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gw15z-000sIY-6n for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2019 09:49:43 +0100 Original-Received: from localhost ([127.0.0.1]:44295 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw15y-0000Vy-0U for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2019 03:49:42 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw15l-0000Us-S3 for emacs-devel@gnu.org; Tue, 19 Feb 2019 03:49:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gw15k-0008UM-Vt for emacs-devel@gnu.org; Tue, 19 Feb 2019 03:49:29 -0500 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:36671) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gw15k-0008Te-Oi for emacs-devel@gnu.org; Tue, 19 Feb 2019 03:49:28 -0500 X-Originating-IP: 90.92.41.33 Original-Received: from bababa (lfbn-1-12225-33.w90-92.abo.wanadoo.fr [90.92.41.33]) (Authenticated sender: mail@ambrevar.xyz) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 11CA520014 for ; Tue, 19 Feb 2019 08:49:24 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.200 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:233448 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! I'm happy to announce disk-usage.el (https://gitlab.com/ambrevar/emacs-disk-usage), a disk analyzer for Emacs! It displays a tabulated list of files and folders along their size in a sel= ect directory. Features: =2D It's an Emacs buffer, you can use all Emacs facilities (search, multiple buffers, etc.). =2D Results are cached and disk-usage.el should generally be very fast. =2D Directories can be explored up and down, re-using the cache. (ncdu can= not even go "up" without rescanning everything). =2D File listings can be displayed recursively (all files in all subfolders= ). =2D Toggle "human size" display. =2D Display size statistics by extension. =2D Sort by any column (size, filename, extension, percentage, etc.). =2D Open current entry in Dired/M-x shell/Eshall/. I decided to work on this as an answer to years of frustration with more li= mited tools such as ncdu (my last ncurses application). It already has Evil bindings in Evil collection (https://github.com/emacs-evil/evil-collection) and a Guix package. I'd like to add this item to ELPA as an external. Let me know if there is anything. Feedback is more than welcome! Cheers! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlxrwxQACgkQm9z0l6S7 zH985wf5AYi8PWQP010Xf5ncarrYuucr7Ajl3zIcF1x2/suWx3by+/XNMkCnGSSp gObowAkT436ZmnYE0u17vIrXPFHU41LuHie+La4BGkc2C1tjDz20BzQJ4xvPQRsk Jz525C9pEINPJsWSflAvM8Om0kNiX+ke8wFPtBRVIxPATcLzI6bskdwA4nFF75qJ AHPJtbQ+cGH4To7Nh+jotMMHLF2qZ2vkiC/tMIv/sU4wL+Mw2x9QqRwhS/OzzHDo s0MZtsCNiK2aO+I4JW+mnnB2uifR0gJi1w3uPyvusjWWgEnwp9nZl20wmz5BaB9P ACUsJmKZfcF1Sbgr+dZoHsxpvS/A6w== =fxTc -----END PGP SIGNATURE----- --=-=-=--