LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

recoverpy

Interactively find and recover deleted or overwritten files from your terminal

TLDR

Launch the recovery TUI
$ sudo recoverpy
copy
Install via pip
$ pip install recoverpy
copy
Run via pipx without installing
$ sudo pipx run recoverpy
copy

SYNOPSIS

recoverpy [options]

DESCRIPTION

recoverpy is a TUI (Text User Interface) tool for interactively recovering deleted or overwritten files. It scans raw partition data directly, searching for byte patterns across the entire block device. Unlike other recovery tools, it can recover both deleted files and overwritten data by scanning every block on the selected partition.On launch, recoverpy presents a partition selector, then prompts for a search string. It scans each block on the device and displays matching results interactively, allowing you to navigate through adjacent blocks and save recovered content.

INSTALL

brew install recoverpy
copy

CAVEATS

Requires sudo or root privileges for block device access. Does not reconstruct files automatically or infer file boundaries — results may be partial or fragmented. If blocks have already been overwritten, recovery is not possible. Works best on ext4 and other Linux-native filesystems. The search is performed on raw blocks, so scanning large partitions can take significant time.

HISTORY

recoverpy was created by PabloLec and is written in Python using the Textual TUI framework.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid