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 🖥
- Host: GitHub
- URL: https://github.com/solrac97gr/download-folder-organizer
- Owner: solrac97gr
- License: mit
- Created: 2022-03-12T17:03:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T12:06:09.000Z (over 4 years ago)
- Last Synced: 2025-03-05T13:14:29.858Z (over 1 year ago)
- Topics: desktop, organizer, rust, script
- Language: Rust
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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