https://github.com/ghaerdi/file-organizer
A script for organize the Downloads directory
https://github.com/ghaerdi/file-organizer
cli rust
Last synced: about 1 year ago
JSON representation
A script for organize the Downloads directory
- Host: GitHub
- URL: https://github.com/ghaerdi/file-organizer
- Owner: ghaerdi
- License: mit
- Created: 2021-02-07T00:37:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T16:00:58.000Z (about 3 years ago)
- Last Synced: 2025-05-06T20:12:28.438Z (about 1 year ago)
- Topics: cli, rust
- Language: Rust
- Homepage:
- Size: 1.25 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Organizer
### Description
Organizer is a Rust script to organize the Download directory in diferent directories depending of the file extension.
### Install
1. Install rustup.
2. Download this repository.
```console
git clone https://github.com/ghaerdi/file-organizer.git
```
3. Run `install.sh` in the directory.
### How to use
```console
organizer
```
You can also pass a directory as argument using relative path if you want specify the folder to organize.
[](./example.gif)
Note: The script require the `$HOME/Downloads` directory when no command is passed.