You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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