- Dec 14, 2014
-
-
Thomas Jarosch authored
Key 'b' in the browse window spawns a shell in the current directoy. We first check the $SHELL environment variable of the user for the preferred shell interpreter. If it's not set, we fall back to the compile time configured default shell (usually /bin/bash). Signed-off-by:
Thomas Jarosch <thomas.jarosch@intra2net.com>
-
- Apr 13, 2014
-
-
Yorhel authored
Slightly modified patch from Gianluigi Tiesi. http://dev.yorhel.nl/ncdu/bug/47
-
- Jan 22, 2014
-
-
Yorhel authored
-
- Jul 23, 2013
-
-
Yorhel authored
This is a slightly modified patch contributed at http://dev.yorhel.nl/ncdu/bug/35
-
- Apr 25, 2013
-
-
Yorhel authored
Both microlibraries come from another source, and are not maintained as part of ncdu. This separation of src/ and deps/ makes the relation more clear.
-
- Apr 12, 2013
-
-
Petr Pudlak authored
Use a macro instead of the global constant `cachedir_tag_signature`. Use `memcmp` instead of `strncmp`. Add `has_cachedir_tag` to exclude.h. (See http://dev.yorhel.nl/ncdu/bug/30)
-
- Apr 10, 2013
-
-
Petr Pudlak authored
A new command line parameter allows to filter out directories containing the proper `CACHEDIR.TAG` file. See http://www.brynosaurus.com/cachedir/
-
- Jan 13, 2013
-
-
Chris West (Faux) authored
-
- Sep 08, 2012
-
-
Yorhel authored
This also adds the possibility to combine short options that expect an argument, e.g. "-xo <file>" or even "-xo<file>".
-
- Sep 06, 2012
- Sep 05, 2012
-
-
Yorhel authored
This is the first working version. There's a few TODO's left.
-
- Aug 29, 2012
-
-
Yorhel authored
-
- Aug 28, 2012
-
-
Yorhel authored
!WARNING! The export option is experimental, and the file format is not final. I make no promise that a future version of ncdu will be able to read the current format. There's also quite a few TODO's left.
-
- Aug 27, 2012
- Aug 26, 2012
-
-
Yorhel authored
-
Yorhel authored
The architecture is explained in dir.h. The reasons for these changes is two-fold: - calc.c was too complex, it simply did too many things. 399ccdeb is a nice example of that: Should have been an easy fix, but it introduced a segfault (fixed in 0b49021a), and added a small memory leak. - This architecture features a pluggable input/output system, which should make a file export/import feature relatively simple. The current commit does not feature any user interface, so there's no feedback yet when scanning a directory. I'll get to that in a bit. I've also not tested the new scanning code very well yet, so I might have introduced some bugs.
-
- Aug 18, 2012
-
-
Yorhel authored
This fixes a bug where ncdu would stop scanning a directory if the terminal window has been resized to a small enough space that the warning would show up.
-
- Jan 18, 2012
-
-
Yorhel authored
Damn, it's 2012 already.
-
- Oct 31, 2011
- Sep 09, 2011
-
-
Rodolfo Borges authored
-
- Feb 27, 2010
-
-
Yorhel authored
-
- Oct 18, 2009
-
-
Yorhel authored
This (in combination with linking to ncursesw) fixes the display of non-ASCII characters.
-
- May 12, 2009
-
-
Yorhel authored
There shouldn't be a need for such a state when there's a central place where the program execution keeps returning to.
-
- Apr 26, 2009
- Apr 24, 2009
- Apr 23, 2009
- Apr 19, 2009
- Apr 18, 2009