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