An open API service indexing awesome lists of open source software.

https://github.com/solrac97gr/download-folder-organizer

Script for Categorize your Download folder in Mac, by File type and Date 🖥
https://github.com/solrac97gr/download-folder-organizer

desktop organizer rust script

Last synced: 16 days ago
JSON representation

Script for Categorize your Download folder in Mac, by File type and Date 🖥

Awesome Lists containing this project

README

          

# Organize your Download folder
- First we need to setup our folders for organize.
cp ./.env.example ./.env
- Then we need to setup our .env with our own variables [Please use full path]
- For execute this script we need to have installed Cargo the compiler for Rust.
- When we are secure we have every requirement complete whe can run the script using
./run.sh

### Permision problems
For execute from ./run.sh we need to be sure we have execution permissions, if not we can use this command for give to the file the permissions.
chmod 744 run.sh