HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pablolec

no profile record

Submissions

[untitled]

1 points·by pablolec·3 ปีที่แล้ว·0 comments

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

github.com
22 points·by pablolec·4 ปีที่แล้ว·2 comments

Ask HN: What platform/tool do you use for software documentation?

34 points·by pablolec·4 ปีที่แล้ว·17 comments

Show HN: Find the most starred repos by line of code

starrylines.pablolec.dev
1 points·by pablolec·4 ปีที่แล้ว·0 comments

Ask HN: Any dev real world scenarios training platform?

1 points·by pablolec·4 ปีที่แล้ว·3 comments

comments

pablolec
·3 ปีที่แล้ว·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
·4 ปีที่แล้ว·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...
pablolec
·4 ปีที่แล้ว·discuss
Close to real life yes, that would be the goal, again similar to TryHackMe and others.