- Aug 16, 2021
-
-
Yorhel authored
The dark-bg scheme draws an explicit black background, so should also be readable in terminals with a light background. That's been the main show-stopper for enabling colors by default, as the 'dark' color scheme is totally unreadable on light backgrounds and there's no way to detect what background the terminal is actually using.
-
- Jul 02, 2021
-
-
Yorhel authored
-
- Jun 07, 2020
-
-
Yorhel authored
What a mess. https://code.blicky.net/yorhel/ncdu/issues/153#issuecomment-764
-
- May 30, 2020
-
-
Christian Göttsche authored
-
- May 13, 2020
-
-
Saagar Jha authored
-
- Apr 08, 2020
-
-
Christian Göttsche authored
(cherry picked from commit a076ac714aa6fb24e0e9eb227372df84a4b6000b)
-
Christian Göttsche authored
-
Christian Göttsche authored
(cherry picked from commit ef7b4e5c28739c26b3a120296f9dc2ddaf2d4375)
-
Christian Göttsche authored
(cherry picked from commit e4e8ebd9e0037812436a1588809deb23e0f3751a)
-
- Apr 01, 2020
-
-
Yorhel authored
Fixes #141
-
- Feb 10, 2020
-
- Jan 25, 2020
-
-
Yorhel authored
They were defined (rather than just declared) in .h files, when they really should be defined in at most a single .c file. Fixes #140.
-
- Jul 23, 2019
-
-
Yorhel authored
This is a best-effort approach to save ncdu state when memory is low. There's likely allocation in libraries that isn't being checked (ncurses, printf). Fixes #132 (it actually doesn't, that needs a 64bit static binary too, but I'll get to that)
-
- Apr 19, 2019
-
-
Yorhel authored
Fixes #128.
-
- Feb 04, 2019
-
-
Yorhel authored
-
- Jan 24, 2019
-
-
Simon Doppler authored
Symlink loops are handled by the stat(2) syscall. Symlinks pointing to a directory are ignored (to avoid loops in the recursive scan).
-
- Dec 16, 2018
-
-
Yorhel authored
https://dev.yorhel.nl/ncdu/bug/125
-
- Sep 03, 2018
-
-
Yorhel authored
-
- Jun 13, 2018
-
-
Yorhel authored
Ought to fix https://dev.yorhel.nl/ncdu/bug/115
-
- Mar 29, 2018
-
-
Yorhel authored
https://dev.yorhel.nl/ncdu/bug/111
-
- Jan 29, 2018
-
-
Yorhel authored
-
- Jan 23, 2018
-
-
Yorhel authored
And document the --color flag that I forgot.
-
- Jan 21, 2018
-
-
Yorhel authored
I've decided not to use ls-like file name coloring for now, instead just coloring the difference between a (regular) file and a dir. Still looking for a good color scheme for light backgrounds.
-
- Jul 08, 2017
-
-
Yorhel authored
TODO: - Add (ls-like) colors to the actual file names -> Implement full $LS_COLORS handling or something simple and custom? - Test on a white/black terminal, and provide an alternate color scheme if necessary. - Make colors opt-in?
-
- Jan 06, 2017
-
-
Yorhel authored
Fixes https://dev.yorhel.nl/ncdu/bug/94
-
- Aug 24, 2016
-
-
Yorhel authored
-
- Jan 12, 2016
-
-
Tillmann Karras authored
-
- Sep 20, 2015
-
-
Max Klinger authored
-
- Sep 19, 2015
-
-
piyo authored
-
- 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