https://github.com/analogfeelings/filem0ver
FileM0ver is a C# utility program that can move files to their own folder based on a Regex pattern.
https://github.com/analogfeelings/filem0ver
csharp net-framework regex visual-studio
Last synced: about 1 year ago
JSON representation
FileM0ver is a C# utility program that can move files to their own folder based on a Regex pattern.
- Host: GitHub
- URL: https://github.com/analogfeelings/filem0ver
- Owner: AnalogFeelings
- License: gpl-2.0
- Archived: true
- Created: 2021-05-12T16:24:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T15:29:09.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T18:11:15.332Z (about 1 year ago)
- Topics: csharp, net-framework, regex, visual-studio
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FileM0ver
FileM0ver is a C# utility program that can move files to their own folder based on a Regex pattern. This was made for an specific use and won't probably become a general-purpose tool.
## Why won't this become a general purpose tool?
As I said, it's made for a very specific purpose. There are some hardcoded bits and some messy parts that need comments.
# Compiling
You will need:
* Visual Studio 2019
* C# development workload
* .NET Framework 4.7.2
Should be very straightforward from that point on.