Skip to content
#

unix-command

Here are 262 public repositories matching this topic...

RecoverPy
PabloLec
PabloLec commented Jun 21, 2021

Currently, RecoverPy only works with Linux systems.
This is due to the different tools it uses under the hood but theoretically it could be adapted to work on macOS.

grep, dd and even progress are compatible with macOS, so no change needed here.
But lsblk is not, so here is the first difference.

Additions needed I can think of right now are:

  • Detect if OS is Linux or macOS (done)
enhancement help wanted good first issue
lipl
yxdunc
yxdunc commented Oct 10, 2020

Describe the bug
The terminal is reseted after quitting LiPl where it should instead be in the same state as before LiPl's execution

To Reproduce
Steps to reproduce the behavior:

  1. Start LiPl with lipl "ls | wc -l"
  2. Quit LiPl by typing q
  3. See Terminal window resetting

Expected behavior
Term should be in the same state as before LiPl's execution

**Environment (pl

enhancement good first issue

Improve this page

Add a description, image, and links to the unix-command topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unix-command topic, visit your repo's landing page and select "manage topics."

Learn more