Skip to content
Snippets Groups Projects
Select Git revision
  • 2eda679966ed3053f6e20e919d8e63d56fde733a
  • master default protected
  • base-pairs-ladder
  • rednatco-v2
  • rednatco
  • test
  • ntc-tube-uniform-color
  • ntc-tube-missing-atoms
  • restore-vertex-array-per-program
  • watlas2
  • dnatco_new
  • cleanup-old-nodejs
  • webmmb
  • fix_auth_seq_id
  • update_deps
  • ext_dev
  • ntc_balls
  • nci-2
  • plugin
  • bugfix-0.4.5
  • nci
  • v0.5.0-dev.1
  • v0.4.5
  • v0.4.4
  • v0.4.3
  • v0.4.2
  • v0.4.1
  • v0.4.0
  • v0.3.12
  • v0.3.11
  • v0.3.10
  • v0.3.9
  • v0.3.8
  • v0.3.7
  • v0.3.6
  • v0.3.5
  • v0.3.4
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
41 results

render-item.ts

Blame
  • ChangeLog 1.70 KiB
    1.3 - 2007-08-05
    	- Added 'r'-key to refresh the current directory
    	- Removed option to calculate apparent size: both
    	  the disk usage and the apparent size are calculated.
    	- Added 'a'-key to switch between showing apparent
    	  size and disk usage.
    	- Added 'i'-key to display information about the
    	  selected item.
    	- Small performance improvements
    	- configure checks for ncurses.h (bug #1764304)
    
    1.2 - 2007-07-24
    	- Fixed some bugs on cygwin
    	- Added du-like exclude patterns
    	- Fixed bug #1758403: large directories work fine now
    	- Rewrote a large part of the code
    	- Fixed a bug with wide characters
    	- Performance improvements when browsing large dirs
    
    1.1 - 2007-04-30
    	- Deleting files and directories is now possible from
    	  within ncdu.
    	- The key for sorting directories between files has
    	  changed to 't' instead of 'd'. The 'd'-key is now
    	  used for deleting files.
    
    1.0 - 2007-04-06
    	- First stable release
    	- Small code cleanup
    	- Added a key to toggle between sorting dirs before
    	  files and dirs between files
    	- Added graphs and percentages to the directory
    	  browser (can be enabled or disabled with the 'g'-key)
    
    0.3 - 2007-03-04
    	- When browsing back to the previous directory, the
    	  directory you're getting back from will be selected.
    	- Added directory scanning in quiet mode to save
    	  bandwidth on remote connections.
    
    0.2 - 2007-02-26
    	- Fixed POSIX compliance: replaced realpath() with my
    	  own implementation, and gettimeofday() is not
    	  required anymore (but highly recommended)
    	- Added a warning for terminals smaller than 60x16
    	- Mountpoints (or any other directory pointing to
    	  another	filesystem) are now considered to be
    	  directories rather than files.
    
    0.1 - 2007-02-21
    	- Initial version