1
1
Disk usage analyzer with an ncurses interface (MIT license) https://dev.yorhel.nl/ncdu
Перейти к файлу
yorhel 6621d70d99 Removed export and import code from trunk and created separate development branch.
git-svn-id: svn://blicky.net/ncdu/trunk@32 ce56bc8d-f834-0410-b703-f827bd498a76
2008-08-02 09:37:49 +00:00
doc Fixed version in ncdu.1, and filenames ending with a tilde are now also hidden with the 'h'-key 2007-08-07 09:38:54 +00:00
src Removed export and import code from trunk and created separate development branch. 2008-08-02 09:37:49 +00:00
AUTHORS Initial import (ncdu-1.1) 2007-07-20 11:15:46 +00:00
autogen.sh SVN cleanup: removed automatically generated build files, added autogen.sh to create these, and added svn:ignore to ignore common files 2007-07-22 16:27:04 +00:00
ChangeLog Preperations for version 1.3 2007-08-05 12:14:52 +00:00
configure.in Configure checks for ncurses.h, fixes bug #1764304 2007-08-02 08:21:11 +00:00
COPYING Initial import (ncdu-1.1) 2007-07-20 11:15:46 +00:00
INSTALL Added exclude option and increased version numer 2007-07-21 13:55:51 +00:00
Makefile.am Initial import (ncdu-1.1) 2007-07-20 11:15:46 +00:00
NEWS Preperations for version 1.3 2007-08-05 12:14:52 +00:00
README Preperations for version 1.3 2007-08-05 12:14:52 +00:00
TODO Documented the 'a' and 'i'-keys, help window is more dynamic and updated TODO 2007-08-05 10:23:18 +00:00

ncdu svn
========

DESCRIPTION

  ncdu (NCurses Disk Usage) is a curses-based version of
  the well-known 'du', and provides a fast way to see what
  directories are using your disk space.


REQUIREMENTS
  
  In order to compile and install ncdu, you need to have
  at least...

  - a POSIX-compliant operating system (Linux, BSD, etc)
  - curses libraries and header files


INSTALL

  The usual:

    ./configure --prefix=/usr
    make
    make install

COPYING

  Copyright (c) 2007 Yoran Heling

  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:

  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.