Skip to content
#

grep

Here are 449 public repositories matching this topic...

🔍NEW ugrep v3.7: ultra fast grep with interactive TUI, fuzzy search, boolean queries, hexdumps and more: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz/lz4/zstd), documents etc. A faster, user-friendly and compatible grep replacement.

  • Updated May 8, 2022
  • C++
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

Improve this page

Add a description, image, and links to the grep 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 grep topic, visit your repo's landing page and select "manage topics."

Learn more