YellowKey reportedly works in Windows 11, Windows Server 2022 and 2025, but not in Windows 10.

  • Alberat@lemmy.world
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    edit-2
    10 hours ago

    i just deleted a month of notes by doing:

    find $(pwd) “*.tmp” -delete

    instead of:

    find $(pwd) -iname “*.tmp” -delete

    turns out the former throws an error on “*.tmp” but still deletes everything lol… PSA for everyone