Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Releases: skippyr/revelio

v9.0.0

29 Jul 15:02
Compare
Choose a tag to compare

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

20 Jul 21:28
Compare
Choose a tag to compare

Breaking Changes

  • Goes back to previous way of parsing options flags: only entries following them will be revealed.
  • Simplified help page.

v7.0.1

12 Jul 22:10
Compare
Choose a tag to compare

Fixes

  • Fix bug in which the --transpass and --untranspass flags used as last arguments would not reveal the last entry as intended.

v7.0.0

12 Jul 20:06
Compare
Choose a tag to compare

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.
  • The help page is now more descriptive about what possibilities the flags
    can give and their scopes.

v6.0.0

10 Jul 22:33
Compare
Choose a tag to compare

Breaking Changes

  • When revealing the type of a regular file, it will now print Regular, instead of File.
  • Stop distributing extensions.

Fixes

  • Reduced help page.

v5.2.1

09 Jul 20:41
Compare
Choose a tag to compare

Fixes

  • Better explain the scope of flags in help page.
  • Add suggestion to some error messages.

v5.2.0

07 Jul 18:44
Compare
Choose a tag to compare

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 print Unknown for entries with a type that does
    not match the available patterns for the system instead of Broken.
  • Codebase has been refactored to take more advantage of macros.

v5.1.0

05 Jul 17:01
Compare
Choose a tag to compare

Features

  • Add new data type flag: --type. It now can reveals the type of an entry. For example: Directory, Fifo, Character, etc.

v5.0.2

04 Jul 14:59
Compare
Choose a tag to compare

Fixes

  • Add missing exit codes section to help page.

v.5.0.1

04 Jul 14:17
Compare
Choose a tag to compare

Fixes

  • Fixes minor issues in help page.