Fixes file naming issue when user tries to import Windows 10 FileHistory backup into a Windows 11 File System
Before
After
- File name Format Enhancer
To run this project, you will need to add the following environment variables to your .env file
NodeJS
NPM
Yarn
Chocolately
- Install Node JS in your computer and add it to your path variables
- Install the required modules (Prompts, Fs) by typing
npm i
in your console
This project uses Prompts-sync and Yargs as complementary modules
npm install
This project may use Yarn as package manager (not required)
npm install --global yarn
Clone the project
https://github.com/Nickeldon/FileHistoryEnhancer
Go to the project directory
cd FileHistoryEnhancer
Install dependencies
npm install
or
yarn install
start the program
node .
or
npm start
- Class the modified files by their file extension
- Add a user interface where the user can choose the targetted folder to transform
- Add directory chain support and user action
- Add recursion support for indefinite subfolder chains
- Create modern looking and functional UI
- Add folder drop feature to enhance usability
Distributed under the GPL 3 License. See LICENSE.txt for more information.
Nickeldon - Fred_Redstone_2
Project Link: https://github.com/Nickeldon/FileHistoryEnhancer