From: Kyle Bowman Date: Mon, 31 Mar 2025 02:22:23 +0000 (-0400) Subject: move notes from main into nom X-Git-Url: https://git.rocketbowman.com/?a=commitdiff_plain;h=50a11d99b7393f54988e8fb02ff5585f43093ba4;p=nom.git move notes from main into nom --- 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`