You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- All of `folderify` has been re-written in Rust. It has the same functionality, with the following exceptions:
- Only the latest folder style (Big Sur and later) is currently supported.
- Icon assignment is always done using `Rez`, so the `--set-icon-using` argument is deprecated.
Release notes:
- Add `--set-icon-using Rez`. https://github.com/lgarron/folderify/pull/50
- Avoid printing the default folder style with the help text.
Release notes:
- Update calculations to improve alignment for smaller icons:
- Move the shape lower on small folders to center it more on the body of the folder.
- Prevent unequal centering (e.g. 7px margin on the left, 6px margin on the right).