Skip Navigation
Featured
Temporary rule added: no US politics
  • This makes me more likely to actually visit here. I'm sick of reading propaganda and people spouting propaganda from all sides, and I come to spaces like this for funnies, interesting topics, and so on. My political interests go elsewhere. I appreciate not having to wade through them here.

  • Reddit says it is not covered by new Online Safety Code as it has moved its jurisdiction to the Netherlands
  • Agreed. Yes, it's important to know what's going on in the "big" world - but I wish all of us more interested in Lemmy, the small web, and so on spent more time and energy on creating, maintaining, and enjoying what we can build/use and less lamenting, bashing, or wishing for what we want to leave behind.

  • How best / easiest to do this?
  • See if the command line utility “detox” removes it. I use it in a bash file that tidies everything up for me before I do my daily backup.

    Go to the directory you want to clean up and type:

    detox *

    If you don't want to clean up everything, you can limit it. For example, if I only want to clean up PDF files, I'd do:

    detox *.pdf

    Detox replaces all the ugly characters with underscores. I personally hate underscores for most everything and use dashes instead. So after detox runs I also run:

    rename ‘y/_/-/’ *

    Then, because I want every file named only with lowercase letters, I also run:

    rename ‘y/A-Z/a-z/’ *

    (edit to remove duplicate info)

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
    corvuscache @lemmy.world
    Posts 0
    Comments 5