Skip to content

Commit

Permalink
Merge pull request #12 from dre-bk201/dev
Browse files Browse the repository at this point in the history
minor updates
  • Loading branch information
dre-bk201 authored Mar 2, 2024
2 parents 588a8c4 + fc97084 commit f6ef6ff
Show file tree
Hide file tree
Showing 7 changed files with 953 additions and 630 deletions.
36 changes: 8 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,19 @@

SmartOrganizer is a powerful application designed to enhance your desktop/workspace tidiness by allowing you to define custom rules and actions for automated organization tasks. Whether you need to declutter your desktop, sort files into specific folders, or clean up unused directories, SmartOrganizer has you covered.

## Features
# Demo

- **Book Sorting:** Organize your light novel books, coding books, or any other category with ease.
- **Document Management:** Efficiently categorize and move school documents into appropriate folders.
- **Directory Cleanup:** Automatically clean up unused environment directories or project folders, such as `python venv` directories, `node_modules/`, and `src/target/`.

## How It Works

SmartOrganizer simplifies the task of maintaining a tidy workspace. You can define rules and actions using a simple configuration, and the application will take care of the rest. Here's a basic example of how it works:

# Getting Started

To get started with SmartOrganizer, follow these steps:
https://github.com/dre-bk201/SmartOrganizer/assets/48803238/2f11a4d0-ca4b-4b2c-8f44-ef84fb9292a6

Installation: Clone this repository or download the latest release from the Releases page.

Configuration: Customize the rules and actions in the config.yaml file to suit your organization needs.

Execution: Run SmartOrganizer, and watch as it automatically organizes your workspace according to your rules.
## Personal UseCases

Enjoy a Tidier Workspace: Sit back and enjoy your organized desktop/workspace without the hassle of manual organization.

## Contributing

We welcome contributions from the open-source community. If you'd like to contribute to SmartOrganizer, please follow our Contribution Guidelines.
License

This project is licensed under the MIT License - see the LICENSE file for details.
## Acknowledgments
- **Book Sorting:** Organize your light novel books, coding books, or any other category with ease.
- **Document Management:** Efficiently categorize and move school documents into appropriate folders.
- **Directory Cleanup:** Automatically clean up unused environment directories or project folders, such as `python venv` directories, `node_modules/`, and `src/target/`.

Special thanks to [Author Name] for [specific contribution].
Inspiration drawn from [inspiration source].
## How It Works

## Contact
SmartOrganizer simplifies the task of maintaining a tidy workspace. You can define rules and actions using a simple configuration, and the application will take care of the rest.

If you have any questions or suggestions, feel free to contact us at [your-email@example.com].
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SmartOrganizer",
"private": true,
"version": "0.9.2",
"version": "0.9.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit f6ef6ff

Please sign in to comment.