A simple and intuitive application to organize your desktop icons into groups.
デスクトップのアイコンをグループ化して整理整頓するための、シンプルで直感的なアプリケーションです。
- Create Groups: Create multiple groups on your desktop to organize icons.
Right-click
the tray icon and selectNew Group
.
- Drag & Drop: Easily add files and shortcuts to groups by dragging and dropping them.
- Launch Items:
Left-click
an icon to launch the application or open the file.Right-click
an icon to open its containing folder.
- Customization:
- Move:
Ctrl + Drag
a group to move it. - Resize:
Shift + Drag
a group to resize it. - Color: Paste a hex code (e.g.,
#FF000099
,#0F0
) withCtrl + V
onto a group to change its background color. Use#Random
for a random color. - Transparency: Adjust transparency with
Ctrl + Mouse Wheel
.
- Move:
- Delete Groups:
Ctrl + Right-click
on an empty area of a group to delete it.
- Go to the Releases page.
- Download the latest
Desktop Grouping_vX.X.X_installer.exe
. - Run the installer and follow the on-screen instructions.
- リリースページにアクセスします。
- 最新の
Desktop Grouping_vX.X.X_installer.exe
をダウンロードします。 - インストーラーを実行し、画面の指示に従ってインストールを完了します。
If you prefer to build the application from source, you'll need to have the Rust toolchain installed.
-
Clone the repository:
git clone https://github.com/your-username/desktop-grouping.git cd desktop-grouping
-
Build the project:
cargo make build-release
-
The executable will be located at
target/release/desktop_grouping.exe
. -
Create installer:
cargo make installer
Contributions are welcome! If you have a suggestion or find a bug, please open an issue to discuss it. Pull requests are also greatly appreciated.
コントリビューションを歓迎します!提案やバグの発見がありましたら、気軽にIssueを立てて議論してください。 プルリクエストも大歓迎です。
This project is licensed under the MIT License. See the LICENSE
file for details.
- Rewritten in Rust for improved performance and responsiveness.
- Faster application startup and smoother window dragging.
- Initial release.
- Developed with C# (WPF).