Skip to content
#

files

Here are 342 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

This a utility script to help users organize their files without stress. It goes through a folder and checks all files and organizes them per type. Modules Used: shutil - provides utility functions for copying, archiving files, and directory trees. os - it allows us to work with directories, files, and so on. sys - This module provides access to some objects used or maintained by the interpreter and to functions that interact strongly with the interpreter.

  • Updated May 16, 2021
  • Python

Improve this page

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

Learn more