This tool helps you recover deleted files within your VSCode History.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for vscode_deleted_file_recovery-4.0.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad209fd5c62462ec02d98435c8d5d0f118914ebe31a0e963ec514c475fb21060 |
|
MD5 | 43c16c43472b17a3632bc1162fcd8dbe |
|
BLAKE2b-256 | c277fb007e45e8f49dca47867a22306057227fed507d224939fed54725f8987f |