Skip to content

Releases: aweary/alder

v2.0.0

26 Jan 20:21
Compare
Choose a tag to compare

Major release as -i is now used for flattening the tree. Ignore is now available using -p, --ignore

  • Hidden files are now ignored by default, use -a to show them
  • Adds --filelimit, to only list directories with less than the provided number of items
  • Adds -i, --no-indent to render the directory tree without indentation.
  • Adds -f option to show the full path (relative to where the command was executed). Useful in conjunction with -i
  • Adds -d, --directories option to only show directories
  • Adds -D option for showing last modified date
  • Adds --prune` option to ignore empty directories
  • Adds a really stupid --jsx option to render the directory tree as if it was JSX