Skip to content

A cool little c# application that lets you rename files, detect duplicate files, use multiple gallery-dl instances at once, send all files in a directory that are =< 25MB to a discord webhook, and generate a secure password or username!

whoswhip/File-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

File-Manager

A cool little c# application that lets you rename files, detect duplicate files, use multiple gallery-dl instances at once, send all files in a directory that are =< 25MB to a discord webhook, and generate a secure password or username!

Credits

File Renamer, Multiple Gallery-dl's, Files to Webhook, Password Generator & Username Generator: Whoswhip
Duplicate File Detecter: Themida
Gallery-dl: Mike Fährmann

Features

File renamer

This allows you to easily rename all files in a specified folder incrementally, randomize the name or do both, randomize then incrementally, aswell as being able to rename them incrementally/randomized with a prefix. This feature can come in handy in very certain area where you would either just like randomzied file names or files named incrementally to make them look nicer

Duplicate File Detecter (Made by: Themida)

This uses SHA256 to scans all files in a folder for duplicate files, when the SHA256 matches with another file after all files are scanned in the folder it will prompt you to delete any duplicates. This is quite helpful when cleaning out your download directory for any duplicates so you can save on space.

Multiple Gallery-dl's

This allows you to easily run multiple instances at once so you can scrape all you ever want! This does not directly use galler-dl it basically opens command prompt and types in your url like "gallery-dl "{url}" Right now this does NOT support oauth or cookies, only websites that dont need you to be logged in. Check supported websites at https://github.com/mikf/gallery-dl/blob/master/docs/supportedsites.md

Files to Webhook

This will send ALL files within the directory you provide that are equal to are less than 25 megabytes to a DISCORD webhook.

Generators

Password Generator

This will generate a secure password using the RNG Crypto Service, you can generate a random length or put a specified length. This is from my other repo

Username Generator

This will generate a username based off this list of english words, enabling prefix will put an emotion at the start of the username like a RecRoom Junior account, you also choose how many words will be in the username, or enable a random number being placed at the end of your username.

Showcase

THIS IS OLD

2024-02-26.15-59-19.mp4

About

A cool little c# application that lets you rename files, detect duplicate files, use multiple gallery-dl instances at once, send all files in a directory that are =< 25MB to a discord webhook, and generate a secure password or username!

Topics

Resources

Stars

Watchers

Forks

Languages