Skip to content
Snippets Groups Projects
Select Git revision
  • c9c45dbe86cbc54e61a219534f05622f8064dfb8
  • master default protected
  • devel
  • hruska-feature-clients-api
  • malostik-#5066-deduplicate-idea-ids
  • warden-postgresql-port
  • hruska-feature-#6799-filter-keys
  • hruska-feature-5066-duplicateIdeaID
  • warden-client-3.0-beta3
  • warden-server-3.0-beta3
  • warden-client-2.2-final
  • warden-server-2.2-final
  • warden-client-3.0-beta2
  • warden-server-3.0-beta2
  • warden-client-2.2
  • warden-server-2.2-patch3
  • warden-client-3.0-beta1
  • warden-server-3.0-beta1
  • warden-server-2.2-patch1
  • warden-client-3.0-beta0
  • warden-server-3.0-beta0
  • warden-server-2.2
  • warden-server-2.1-patch1
  • warden-client-2.1
  • warden-server-2.1
  • warden-server-2.1-beta6
  • warden-server-2.1-beta5
  • warden-server-2.1-beta4
28 results

contrib

  • Clone with SSH
  • Clone with HTTPS
  • Forked from 713 / Warden / Warden - archive
    Source project has a limited visibility.

    ncdu-zig

    Description

    Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote server where you don't have an entire graphical setup available, but it is a useful tool even on regular desktop systems. 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.

    See the ncdu 2 release announcement for information about the differences between this Zig implementation (2.x) and the C version (1.x).

    Requirements

    • Zig 0.10.0 or 0.10.1
    • Some sort of POSIX-like OS
    • ncurses libraries and header files

    Install

    You can use the Zig build system if you're familiar with that.

    There's also a handy Makefile that supports the typical targets, e.g.:

    make
    sudo make install PREFIX=/usr