Bear - the decluttering deduplicator
Project description
Bear
The decluttering deduplicator.
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.
Feel free to open a pull request with your improvements for the project, open an issue in case of bug or a feature request and come and talk about the project in the Matrix community
Installation
Currently there is a Python module installation available, and some platform-specific releases. Check the assets in the GitHub releases.
Binaries
The Windows build is made specifically for Windows 10, so it might not work without Universal CRT present on the system. The GNU/Linux build is created on Debian trusty and anything older than that most likely won't work. Use Python installation instead.
The "extension" .linux
and .macos
is just a workaround for GitHub assets
since it does not allow the same name for multiple assets.
Feel free to rename it to bear
and put it somewhere on your echo $PATH
(echo %PATH%
for Windows) or call it in-place. Don't forget to make it
executable first if on GNU/Linux or MacOS with chmod +x bear
.
Python package
Requirements
- Python 3.7+ (3.6 should work too)
You can install a stable version with:
pip install https://github.com/KeyWeeUsr/Bear/zipball/stable
pip install thebear
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:
-
remove all duplicates and keep the newest (modified date) files:
bear --duplicates folder1 folder2 ... --keep-newest
-
remove all duplicates and keep the oldest (modified date) files:
bear --duplicates folder1 folder2 ... --keep-oldest
-
find all duplicate files within specific folders
bear --duplicates folder1 folder2 ...
-
hash all files in specific folders
bear --hash folder1 folder2 ...
-
traverse folders for files
bear --traverse folder1 folder2 ...
-
hash specific files:
bear --files file1 file2 ...
There are other, advanced options you can list with bear --help
to speed up
the lookup, to control the output and more.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file thebear-0.6.0.tar.gz
.
File metadata
- Download URL: thebear-0.6.0.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d64bc8848fef0b44c262476f24ee2f51fb6a262d08410111ea03a51e19b4469d |
|
MD5 | 802f5e3e0edcab1397432cd59d8fab40 |
|
BLAKE2b-256 | 13b843b0e3e619154429cbace720c2f7e1830e3bd69b9170334e6a47fd222f5a |
File details
Details for the file thebear-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: thebear-0.6.0-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b03887de57050e52e55c3fb0b93f297af3d4ba8934cd63e03791cd5f9d1e8851 |
|
MD5 | 595d596006939d9f06106580fc5ba0a4 |
|
BLAKE2b-256 | 0936190c3f97de6da08a26fe10805fa5a9b9ed0f80d6a4ef3d3333aa3c071067 |