Skip to content
Snippets Groups Projects
  1. Aug 16, 2021
    • Yorhel's avatar
      Add dark-bg color scheme + enable colors by default if !NO_COLOR · 376aad0d
      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.
      376aad0d
  2. Jul 02, 2021
  3. Jun 07, 2020
  4. May 30, 2020
  5. May 13, 2020
  6. Apr 08, 2020
  7. Apr 01, 2020
  8. Feb 10, 2020
  9. Jan 25, 2020
  10. Jul 23, 2019
    • Yorhel's avatar
      Handle malloc failure by pausing any activity · bb7b4196
      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)
      bb7b4196
  11. Apr 19, 2019
  12. Feb 04, 2019
  13. Jan 24, 2019
  14. Dec 16, 2018
  15. Sep 03, 2018
  16. Jun 13, 2018
  17. Mar 29, 2018
  18. Jan 29, 2018
  19. Jan 23, 2018
  20. Jan 21, 2018
  21. Jul 08, 2017
    • Yorhel's avatar
      Add support for colors and sprinkle some colors around · a369a43d
      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?
      a369a43d
  22. Jan 06, 2017
  23. Aug 24, 2016
  24. Jan 12, 2016
  25. Sep 20, 2015
  26. Sep 19, 2015
  27. Dec 14, 2014
  28. Apr 13, 2014
  29. Jan 22, 2014
  30. Jul 23, 2013
  31. Apr 25, 2013
    • Yorhel's avatar
      Move khash & yopt to deps/ · 09c44475
      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.
      09c44475
  32. Apr 12, 2013
  33. Apr 10, 2013
  34. Jan 13, 2013
  35. Sep 08, 2012
  36. Sep 06, 2012
Loading