https://github.com/secret-guest/file_organizer
Files Organizer is a versatile tool for sorting and organizing files efficiently, ideal for managing recovered data.
https://github.com/secret-guest/file_organizer
c c-development data data-recovery file-management file-manager files sorting sorting-algorithms subdirectories subdirectory
Last synced: 3 months ago
JSON representation
Files Organizer is a versatile tool for sorting and organizing files efficiently, ideal for managing recovered data.
- Host: GitHub
- URL: https://github.com/secret-guest/file_organizer
- Owner: SECRET-GUEST
- License: mit
- Created: 2023-10-02T21:37:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T05:48:06.000Z (over 1 year ago)
- Last Synced: 2025-01-08T04:36:31.036Z (4 months ago)
- Topics: c, c-development, data, data-recovery, file-management, file-manager, files, sorting, sorting-algorithms, subdirectories, subdirectory
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Supported : π«π· πΊπΈ π¬π§ π¨π¦ π¦πΊ
```
ββββββββββββββ ββββββββββββββββ βββββββ βββββββ βββββββ ββββββ ββββ βββββββββββββββββββββββββββββ
ββββββββββββββ ββββββββββββββββ βββββββββββββββββββββββββ βββββββββββββ ββββββββββββββββββββββββββββββ
ββββββ ββββββ ββββββ ββββββββ βββ ββββββββββββββ ββββββββββββββββββ ββββββ βββββ ββββββ ββββββββ
ββββββ ββββββ ββββββ ββββββββ βββ ββββββββββββββ ββββββββββββββββββββββββ βββββ ββββββ ββββββββ
βββ βββββββββββββββββββββββββββ ββββββββββββ βββββββββββββββ ββββββ ββββββββββββββββββββββββββββ βββ
βββ βββββββββββββββββββββββββββ βββββββ βββ βββ βββββββ βββ ββββββ βββββββββββββββββββββββββββ βββ
```

# Files Organizer ποΈ
Files Organizer is a versatile and efficient software solution, designed to seamlessly sort files within a folder and its subdirectories by moving them into folders named after their respective extensions. Developed in C, this user-friendly program, complete with a customizable Graphical User Interface (GUI), supports various platforms including Linux and MacOS, and is currently in its alpha stage of development.
This software is particularly invaluable when used in conjunction with data recovery processes on hard drives, enabling users to effortlessly locate and organize their recovered data. It brings structure and order to the often chaotic landscape of unsorted recovered files, providing a streamlined post-recovery experience.
I primarily utilize it as a supplementary tool for disk recovery, with plans for a more comprehensive software solution on this subject in the future. For users who prefer a simpler, GUI-free experience, a concise script is also available at [tiny file organizer script](https://github.com/SECRET-GUEST/tiny-scripts/tree/ALL/C/Files%20handlers/File%20organizer).

Supported : π«π· πΊπΈ π¬π§ π¨π¦ π¦πΊ---
---
---## π Table of Contents
1. [Features](#-features)
2. [Prerequisites](#-prerequisites)
3. [To Do](#-todo)
4. [License](#-license)
5. [Support & Questions](#-support--questions)
6. [Recommendations](#-recommendations)
7. [Installation](#-installation)## π Features
- Supports Multiple Languages
- Efficient File Sorting Algorithm
- User-friendly Error Handling## π Prerequisites
Before you begin, ensure you have the following installed:
- GCC Compiler
- Make## π οΈ TODO
1. Windows Support
2. Optimize Sorting Algorithm
3. Expand Language Support## π License
This repository is released under the [MIT License](LICENSE). Please refer to the `LICENSE` file for more information.
## β Support & Questions
If you have any questions or need support, please feel free to open an issue, a new discussion, or contact me on twitter.
## π Recommendations
Looking for more? Explore the following user-friendly, efficient repositories:
- [LNK reader](https://github.com/SECRET-GUEST/windows_link_reader): Allows dual boot Linux users to work with Windows shortcuts.
Looking for more? Discover user-friendly, GUI-free script here:
- [Tiny Scripts](https://github.com/SECRET-GUEST/tiny-scripts)## π₯ Installation
### General Steps:
1. **Clone the Repository**
```sh
git clone https://github.com/SECRET-GUEST/file_organizer
```2. **Navigate to the Directory**
```sh
cd file_organizer
```### 
3. **Install the required dependencies:**
```sh
sudo apt-get install gcc make libgtk-3-dev libjson-c-dev
```4. **Compile the Program using Makefile**
```sh
make
```5. **Run the Program (as super user if necessary, but be careful !)**
```sh
sudo ./File_organizer
```### 
3. **Install the necessary build tools and libraries if not already present using Homebrew**
```sh
brew install gcc make gtk+3 json-c
```4. **Compile the Program using Makefile**
```sh
make
```5. **Run the Program (as super user if necessary)**
```sh
sudo ./File_organizer
```### 
Building for Windows using GTK is a more involved process. You'd likely need an environment like MSYS2 or Cygwin. It's recommended for now to focus on the Linux and MacOS builds unless you're willing to spend some time setting up a build system for Windows.