Skip to content

Add new flags and functionality to ls command

Jeremy Soller requested to merge n0npax:add-new-features-to-ls into master

Created by: n0npax

fix some rustfmt issues in file ls.rst fix fail when symlink is broken (will print info now) add showing symbolic link destination (-l) add possibilities to show date of:

  • modification [--modified-date] (-l)
  • access [--accessed-date]
  • creation [--created-date]

Merge request reports