📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

vscode-deleted-file-recovery

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-deleted-file-recovery

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

4.0.11
Source
PyPI
Maintainers
1

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

  • Install:
pip install vscode_deleted_file_recovery
  • 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
  • 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

Keywords

vscode file recovery

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts