Chetan11-dev / vscode-deleted-file-recovery

This tool helps you recover deleted files within your VSCode History.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Deleted File Recovery Tool

This tool helps you recover deleted files from your VSCode History.

Features:

  • File Search: Scans vscode history for traces of deleted files.
  • Recovery: Restores deleted files to a designated _recovery folder, organized to match original file structure.

Usage

  1. Install:
pip install vscode_deleted_file_recovery
  1. Create a Python file anywhere on your PC and run the following code to search for files:
from vscode_deleted_file_recovery import Recover
Recover.print_files(search_term="/Chetan/Documents/tasks")  # Replace with your desired search path
  1. Run the following code to restore deleted files. A folder named _recovery will be created in the same directory where you run it:
from vscode_deleted_file_recovery import Recover
Recover.restore_files(search_term="/Chetan/Documents/tasks")  # Replace with your desired search path

You can find restored files in the Recovery folder where you ran the command.

Love It? Star It! ⭐

Become one of our amazing stargazers by giving us a star ⭐ on GitHub!

It's just one click, but it means the world to me.

Stargazers for @Chetan11-dev/vscode-deleted-file-recovery

About

This tool helps you recover deleted files within your VSCode History.

License:MIT License


Languages

Language:Python 100.0%