HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pablolec

no profile record

Submissions

[untitled]

1 points·by pablolec·vor 3 Jahren·0 comments

Show HN: RecoverPy 2.0: Recover deleted or overwritten files from your terminal

github.com
22 points·by pablolec·vor 4 Jahren·2 comments

comments

pablolec
·vor 3 Jahren·discuss
Hi and congrats, that's a great idea ? Is your project open source by any chance ? And if so, are you open to contributions ?
pablolec
·vor 4 Jahren·discuss
Well, there is no CLI option right now. The main reason is you can, and you probably will, find multiple results for your search string. Other than simplifying what you can already do with a combination of "grep" and "dd", the main advantage of RecoverPy is its TUI which lets you select a result between maybe thousands.

And I worked to optimize performance if you, for example, search the string "e" in your whole home partition. Which would be a disaster if I output the result into a file.

Overall I guess a CLI option would be a great addition but I have no good idea in mind to make it work :/ The only thing I see is like outputting the first result from Google into a file. Good for the user if the first one is the right one, but else...