From 50a11d99b7393f54988e8fb02ff5585f43093ba4 Mon Sep 17 00:00:00 2001 From: Kyle Bowman Date: Sun, 30 Mar 2025 22:22:23 -0400 Subject: [PATCH] move notes from main into nom --- todo.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/todo.md b/todo.md index ea9ec1b..6f0fe57 100644 --- a/todo.md +++ b/todo.md @@ -13,6 +13,25 @@ 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` -- 2.39.5