An iOS app to keep your photo library nice and clean.
Using TIDY, you can recover massive amounts of device and iCloud space. It's 100% free and open-source, so get started today!
- Find and delete duplicate photos and videos
- Find and delete lower-quality resized versions of videos
- Reduce the size of videos by 30% while maintaining quality by upgrading to "High Efficiency" video compression
- View videos sorted by size and delete large videos that are no longer needed
- Clear "Recently Deleted" to reclaim iCloud storage space immediately
iOS App Store:
git clone https://github.com/chrisdanford/Tidy.git
pod install
open Tidy.xcworkspace
- 1.0.0
- Initial Release
Chris Danfoprd – @ChrisDanford – chrisdanford@gmail.com
Distributed under the GPL license. See LICENSE
for more information.
https://github.com/chrisdanford
- Fork it (https://github.com/chrisdanford/Tidy/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request