Skip Navigation
I wrote my own software to organize and search my media files
  • Haven’t checked out the video yet but sounds interesting. Just began getting into YT editing myself and going through my massive media library definitely is a pain point for me. Would love to be a tester.

  • How do you browse a folder with hundreds of thousands of files on a Mac?
  • Terminal. ls for starters. You could do

    ls -al {path to folder} > folder_contents.txt

    Replace {path to folder} with the directory’s path. I like to drag and drop the folder from terminal into finder.

    This will create a text file folder_contents.txt which you can open with a file editor to view the names of all files in that directory. Or if you don’t mind using the terminal to browse the text file I recommend less. Hope that helps!

  • How do you browse a folder with hundreds of thousands of files on a Mac?
  • Terminal. ls for starters. You could do

    ls -al {path to folder} > folder_contents.txt

    Replace {path to folder} with the directory’s path. I like to drag and drop the folder from terminal into finder.

    This will create a text file folder_contents.txt which you can open with a file editor to view the names of all files in that directory. Or if you don’t mind using the terminal to browse the text file I recommend less. Hope that helps!

  • 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/)ST
    StunnerAlpha @alien.top
    BOT
    Posts 0
    Comments 4