=pod Not quite happy with the available disk usage analyzers and looking for a fun project to get used to C programming, I started working on ncdu: A disk usage analyzer with an ncurses interface, aimed to be run on a remote server where you don't have an entire gaphical setup, but have to do with a simple SSH connection. ncdu aims to be fast, simple and easy to use, and should be able to run in any minimal POSIX-like environment with ncurses installed. =head2 Download =over =item Latest version 1.10 ([dllink ncdu-1.10.tar.gz download] - L - L) I also have convenient static binaries for Linux L and L. Download, extract and run; no compilation or installation necessary (uses L). =item Development version The most recent code is available on a git repository and can be cloned with C. The repository is also available for L. =back Ncdu is entirely written in C and available under a liberal MIT license. Subscribe to L to receive notifications for new releases. =head2 Packages and ports Ncdu has been packaged for quite a few systems already, here's a list of the ones I am aware of: L - L - L - L - L - L - L - L - L - L - L - L - L - L - Mac OS X (L - L - L) - L - L - L - Slackware (L - L) - L - L Packages for CentOS, RHEL and (open)SUSE can be found on the L. =head2 Similar projects =over =item L - Quite similar to ncdu, but a different approach. =item L - Another small ncurses-based disk usage visualization utility. =item L - GTK, using a treeview. =item L - GTK, using pie-charts, a treeview and a treemap. Comes with GNOME. =item L - GTK, with a treemap display. =item L - KDE, using pie-charts. =item L - KDE, with a treemap display. =item L - Qt, using pie-charts. =item L - FLTK, with a treemap display. =item L - 3D visualization. =item L - Web-based clone of Filelight. =back