Skip to content

Nephyx/Bear

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bear

The decluttering deduplicator.

Coverage Build GitHub version PyPI version PyPI - Python Version Latest release deps GitHub repo deps

Downloads total Downloads month Downloads week All Releases Code bytes Repo size

A bear as a spirit animal is strong and confident, it's a guide to take leadership in your life without fear, provides courage and a stable foundation to face challenges. The bear spirit helps to dedicate time and energy to introspective practices.

Same as the bear spirit, this application provides you with confidence to take leadership in your digital life, find all the mess you've been collecting for a while and gives you a stable foundation to face the challenge of removing duplicated data on your machine.

Once you start removing duplicates, soon you realize how much free space you've gained and looking through the various files from the high-level point of view will slightly poke you to set the order to the files, to categorize them and eventually make your machine a clean space.

Installation

Currently there is only a Python module available, but platform-specific releases such as Windows .exe, MacOS .App and specific GNU/Linux distros packages are planned.

Python package

Requirements

  • Python 3.7+ (3.6 should work too)

You can install a stable version with:

pip install thebear
pip install https://github.com/KeyWeeUsr/bear/zipball/stable

For the cutting-edge available changes use master branch:

pip install https://github.com/KeyWeeUsr/bear/zipball/master

Usage

There is a list of basic use-cases:

  • hashing specific files:

    bear --files file1 file2 ...
    
  • traversing folders for files

    bear --traverse folder1 folder2 ...
    
  • hashing all files in specific folders

    bear --hash folder1 folder2 ...
    
  • finding all duplicate files within specific folders

    bear --duplicates folder1 folder2 ...
    

There are other, advanced options you can list with bear --help.

Packages

No packages published

Languages

  • Python 100.0%