• thebestaquaman@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Honestly, after re-reading my own comment, I’m considering just putting some stupid-simple wrapper around mv that moves files to a dedicated trash bin. I’ll just delete the trash bin every now and then…

    -Proceeds to collect 300 GB of build files and scrapped virtual environments over the coming month-

      • thebestaquaman@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        My thought wasn’t to alias rm, but rather to make a function like rmv <file> that would move the file to a trash directory.

        But of course this already exists- thanks for pointing me to the resource:)