imranansari / OpenFind

An app to find text in real life. Now open-source!

Home Page:https://open.getfind.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenFind

An app to find text in real life. Now open-source!

  • Search your entire photo library in split seconds.
  • Find in real-time using the camera
  • Create lists of allergies and find unwanted ingredients instantly.
  • Organize photos with stars.
  • Look for multiple terms at the same time.
  • Runs 100% offline. No servers, nothing weird going on.
  • Tons of customizable settings.
  • Supports VoiceOver.

OpenFind (formerly Find) is my first app — I've been working on it for the past 3 years to learn Swift. You can view its entire history (1600+ commits!) here.

I hope you can find some use out of this, whether it's from looking at the code, or just using it to find stuff. The app should build right out of the box.

OpenFind.mp4

What's Included

  • A fully-functional app.
    • To build it yourself, just clone the repo and open it in Xcode. Should take ~30 seconds
  • A fully-functional app clip.
    • It's inside the FindClip folder. I temporarily deprecated this due because it was hard to maintain
  • Examples of a bunch of Apple APIs
    • Vision, Photos, SwiftUI, UIKit,
  • Examples of third-party APIs
    • Realm, Popovers, SupportDocs
  • Lots of custom UI
    • Navigation bar with swipable search bar
    • Lists editor
    • Animated tab bar
    • Highlights overlay

Community

Author Contributing Need Help?
Find is made by aheze. All contributions are welcome. Just fork the repo, then make a pull request. Open an issue or join the Discord server. You can also ping me on Twitter.

License

MIT License

Copyright (c) 2022 A. Zheng

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Note
You can technically clone OpenFind and sell it on the App Store, but I'd appreciate it if you didn't do this. Instead, please make any changes you want to the main repo — all pull requests are welcome!

About

An app to find text in real life. Now open-source!

https://open.getfind.app

License:MIT License


Languages

Language:Swift 99.8%Language:Ruby 0.2%