3. Prompt user for deletion?
5. Try to package, install, demo, and deploy.
+# From Main
+
+## Feed Manager
+
+* Check that `__eq__` is defined by the URL field so that marking an entry as
+ viewed does not cause it to be considered unequal to an entry pulled in by a
+ feed.
+* I definitely need an alias for this command:
+`nom entry show --field label title url --select viewed=False | sort -n `.
+* Handling errors is nice - stack traces while in "user mode" is not great
+* Figure out how to share lists across machines. Rsync? Git?
+* I enjoyed reviewing what I viewed *per session*. (via viewed=True). Is there
+ a way to add that feature in general?
+* Since I'm sorting by label anyways, does it make sense to use a list instead
+ of a set?
+* Eventually, I'll want a cleaner reading experience. I don't like jumping from
+ one webpage to another. (Especially since some sites don't support dark mode)
+
+
# From Daily notes
* I definitely need an alias for `nom entry show --field label title url --select viewed=False | sort -n`