This handy tool helps you recover deleted files within your VSCode History.
Project description
VSCode Deleted File Recovery Tool
This handy tool helps you recover deleted files within 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!
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.10.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | caeab6606686bf3e3214288a75d33e6d1642b93604794c2892b8ce2e9a56c043 |
|
MD5 | f8a5669b0faea43fb4020c51ae269f1d |
|
BLAKE2b-256 | c306220c90f3fa4d9cb898e87d27baa019d4272cde33dec4ed34f79693e9c2c9 |