This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
Releases: skippyr/revelio
Releases · skippyr/revelio
v9.0.0
Reveal (v9.0.0)
Breaking Changes
-
Data type flags not followed by a path will consider the last path given
or else, the current directory. -
Revealing a directory will now only print its entries' names instead of their
full path. -
Symlinks are now followed by default.
-
Remove pointless flags.
--blocks
.--hard-links
.--mode
.--inode
.--changed-date
.--accessed-date
.
-
Rename flags.
Old Name | New Name |
---|---|
--size |
--byte-size |
--human-size |
--size |
--permissions |
--octal-permissions |
--human-permissions |
--permissions |
--user-id |
--user-uid |
--group-id |
--group-gid |
--transpass |
--follow-symlinks |
--untranspass |
--unfollow-symlinks |
- Make help page be more descriptive about flag scopes and value
possibitilities.
v8.0.0
v7.0.1
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.
v6.0.0
v5.2.1
v5.2.0
Features
-
Add new data type flags:
--blocks
,--hard-links
,--mode
,--changed-date
and--accessed-date
.Extension
reveal-stat
now will reveal more information due to those
additions.
Fixes
--type
flag will now printUnknown
for entries with a type that does
not match the available patterns for the system instead ofBroken
.- Codebase has been refactored to take more advantage of macros.