Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use built-in unix command stat instead of exiftool #306

Open
MrPandir opened this issue Jul 28, 2024 · 1 comment
Open

Use built-in unix command stat instead of exiftool #306

MrPandir opened this issue Jul 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@MrPandir
Copy link

The part you want to Enhancement

We can get file attributes without additional programs, but use the built-in stat utility.

Why it is necessary to enhancement

We won't need to install a third party program.

Additional context

Windows also has an alternative command: Windows equivalent to the unix "stat" command?.
You may also find this useful: stat(1) — Linux manual page.

Here's what it looks like on macOS and ubuntu. You can also specify the output format you want via the --format argument.

Screenshot 2024-07-28 at 10 29 06 Screenshot 2024-07-28 at 10 29 08
@MrPandir MrPandir added the enhancement New feature or request label Jul 28, 2024
@yorukot
Copy link
Owner

yorukot commented Jul 31, 2024

Looks great.
It will be better if we don't need to install another tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Feature
Development

No branches or pull requests

2 participants