Skip to content

Conversation

@CatsDeservePets
Copy link
Collaborator

@CatsDeservePets CatsDeservePets commented Nov 18, 2025


Tested using the following config:

set info custom:perm

cmd on-load &{{
    cmds=""
    for file in "$@"; do
        perm=$(stat -Lf '%Sp' "$file")
        cmds="${cmds}addcustominfo \"${file}\" $perm; "
    done
    lf -remote "send $id :$cmds"
}}
before after

@CatsDeservePets CatsDeservePets added the fix Pull requests that fix existing behavior label Nov 18, 2025
@CatsDeservePets CatsDeservePets added the breaking Pull requests that introduce breaking changes label Nov 18, 2025
@CatsDeservePets CatsDeservePets marked this pull request as ready for review November 18, 2025 00:47
@CatsDeservePets CatsDeservePets merged commit 6e804b1 into gokcehan:master Nov 18, 2025
32 checks passed
@CatsDeservePets CatsDeservePets deleted the perm branch November 18, 2025 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Pull requests that introduce breaking changes fix Pull requests that fix existing behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Go's FileInfo implementation causes unexpected and mis-aligned permissions

1 participant