This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
v7.0.0
Breaking Changes
-
Data type flags without any arguments following it will now consider the
last entry given, else, the current directory.This opens rooms to easily querying multiple data types for the same
entry and also to create aliases. -
The
--type
flag will now print types using lower case instead of title case.
Features
- Error messages will now use a new format to better fit in the screen.
- Add new error messages:
- If an invalid flag is used, it will now recommend the use of
./
at its
start to consider it as an entry. - Revealing the contents of a symlink will now recommend the use of the
--transpass
flag.
- If an invalid flag is used, it will now recommend the use of
- The help page is now more descriptive about what possibilities the flags
can give and their scopes.