Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.33 KB

TIDY Video and Photo

An iOS app to keep your photo library nice and clean.

Description

Using TIDY, you can recover massive amounts of device and iCloud space. It's 100% free and open-source, so get started today!

Features

  1. Find and delete duplicate photos and videos
  2. Find and delete lower-quality resized versions of videos
  3. Reduce the size of videos by 30% while maintaining quality by upgrading to "High Efficiency" video compression
  4. View videos sorted by size and delete large videos that are no longer needed
  5. Clear "Recently Deleted" to reclaim iCloud storage space immediately

Installation

iOS App Store:

Development setup

git clone https://github.com/chrisdanford/Tidy.git
pod install
open Tidy.xcworkspace

Release History

  • 1.0.0
    • Initial Release

Meta

Chris Danfoprd – @ChrisDanford[email protected]

Distributed under the GPL license. See LICENSE for more information.

https://github.com/chrisdanford

Contributing

  1. Fork it (https://github.com/chrisdanford/Tidy/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request