- file sorting similar to
ls
- ls on a specific file lists the file itself
- wildcards support for
ls
andfind
- new command
du
for disk usage - added an interactive mode
- handle coverage properly
- add a
tree
command (alias forls -r
) ls
output refactoring- fix indexing/updating not storing directories size
- more tests and linting checks