junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
63.63k stars 2.36k forks source link

Fzf 0.54.1 mac arm64 release contains a `._fzf` file #3939

Closed Lilja closed 1 month ago

Lilja commented 1 month ago

Is this intended?

$ unzip -l ~/Downloads/fzf-0.54.1-darwin_arm64.zip
Archive:  /Users/lilja/Downloads/fzf-0.54.1-darwin_arm64.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
  4019680  07-19-2024 10:13   fzf
      163  07-19-2024 10:13   ._fzf
---------                     -------
  4019843                     2 files

$ unzip -l ~/Downloads/fzf-0.54.0-darwin_arm64.zip
Archive:  /Users/lilja/Downloads/fzf-0.54.0-darwin_arm64.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
  3985760  07-08-2024 15:53   fzf
---------                     -------
  3985760                     1 file
junegunn commented 1 month ago

No, I didn't intend it. I'm not familiar with those files, but after going through some random pages on the internet, I think they are harmless, but it's safe to remove them.

I'll see what I can do.

junegunn commented 1 month ago
junegunn commented 1 month ago

Closed by https://github.com/junegunn/fzf/commit/b896e0d3140e4a80725fe5a54a9703e4a46e8b65