Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ghaerdi/file-organizer

A script for organize the Downloads directory
https://github.com/ghaerdi/file-organizer

cli rust

Last synced: 17 days ago
JSON representation

A script for organize the Downloads directory

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](./example.gif)](./example.gif)

Note: The script require the `$HOME/Downloads` directory when no command is passed.