oneafter909 / strawberryfilereorder

Strawberry is a software which will reorder all your file inside a messy folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strawberry File Reorder

Supported OS

  • Windows
  • macOS
  • Linux based OS

Sorting options

  • By extensions
  • Advanced (with your preferences)
  • By keyword
  • By date
Further tools
  • Search duplicate files

A powerful tool to tidy up folders


Strawberry is a lightweight, powerful tool to tidy up a messy folder. It has 4 technique to reoder a folder plus an additional tool to find duplicate files.

1. Reorder by extension:

The program will read all the files inside a directory and reorder them by their extension putting inside a specific folder

2. Advanced reorder:

You have the power! You can choose the extension and the name of the folder.

3. Reorder by keyword:

You have to enter a keyword and the name of the folder, if the folder already exists, the program will move the file inside the existing folder. If the files contains the keyword you entered, the program will move inside the folder you entered before all the files containing that keyword.

4. Reorder by date:

You have to enter two dates, the exstension and the directory to reorder. The program will sort only the files which are inside the range of the two dates, and takes those files and put them inside a new folder, created by the program. You can select if the program have to rename the folder with the precise day.

5. Search duplicate files

You have to enter a directory. This function will find all duplicate files inside a directory recursively. The report file will be printed inside the selected directory.

How to install it

From release
Give the X permission to swb file then execute it with ./swb
From source
Run setup.py with the following command:
sudo ./setup.py install
or run
make
to create the python executable file. You must have to install zipapp
pip3 install zipapp
From Ubuntu
sudo add-apt-repository ppa:jonio/strawberry && sudo apt update
then
sudo apt install strawberry
run with:
strawberry

About

Strawberry is a software which will reorder all your file inside a messy folder.

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Makefile 0.9%