# HG changeset patch # User Peter Sanchez # Date 1615919508 25200 # Tue Mar 16 11:31:48 2021 -0700 # Node ID 94dc3dfbbb598a2ef3bf581fdbc4a0fd05679a30 # Parent 9d95aa12cad9b801b67aba14359b7e3f90f180ca Updated README diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -101,6 +101,18 @@ some time. Also I started learning Go and wanted a project to help me learn the language. +## Use Cases + +There are many different use cases but here are a few examples of what I +currently, or plan to, use it for. + +- Search my documents for specific content (useful after I ditched Google + Docs) +- Tag files to be used for backup then query those in my system backup script +- Read exif data from photos to auto tag based on location +- Tag my mp3's that are from mix tapes (they're basically impossible to find on + streaming services so I manage my mix tapes with a custom system I created). + ## Status Currently all functionality works as expected however there may be some UI