https://github.com/jaywcjlove/iconizefolder
Set folder colors and add small icons to folders with this tool, keeping your files organized and improving efficiency in file management.
https://github.com/jaywcjlove/iconizefolder
desktop-app desktop-application jaywcjlove macos macos-app macos-application swift swift-app swift-application swiftui swiftui-app swiftui-application
Last synced: 27 days ago
JSON representation
Set folder colors and add small icons to folders with this tool, keeping your files organized and improving efficiency in file management.
- Host: GitHub
- URL: https://github.com/jaywcjlove/iconizefolder
- Owner: jaywcjlove
- Created: 2024-03-02T17:31:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-23T15:04:30.000Z (about 1 month ago)
- Last Synced: 2025-05-08T21:16:47.305Z (27 days ago)
- Topics: desktop-app, desktop-application, jaywcjlove, macos, macos-app, macos-application, swift, swift-app, swift-application, swiftui, swiftui-app, swiftui-application
- Language: Swift
- Homepage: https://wangchujiang.com/IconizeFolder/
- Size: 8.98 MB
- Stars: 69
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
https://github.com/user-attachments/assets/58adcf38-dc69-4d33-aae1-ce059caf8c68?title=Iconize%20Folder&rehype=video



With this tool, you can easily set folder colors and add small icons to enhance the visual effect of your file management, helping you organize files more efficiently.
Choose from over 5000 unique symbol icons or customize your color scheme. You can also select from more than a dozen preset vibrant colors or add image icons to the folder icons to suit your personal preferences, giving your folders a personalized identity and making file management more lively and layered.
### Features
- Over 5000 diverse symbol icons available
- Adjust the transparency and size of symbol icons
- Set folder icon colors
- Add image icons to folder icons
- Quickly import folder paths to the Dock
- Export folder icons as .icns formatNew features include the ability to adjust the transparency and size of symbol icons, a wider selection of folder colors, and quick import of folder paths to the Dock. You can also export your custom folder icons as .icns files for use elsewhere.
### URL Schemes
Use this URL Scheme to quickly open a folder at a specified path. For example, `iconizefolder:///Users/wangchujiang/Desktop/test/` will open the `test` folder on the desktop.
```url
iconizefolder://<文件夹路径>
iconizefolder:///Users/wangchujiang/Desktop/test/
```