From f38d43b664bffcfe79992885abb4f84b9c55e2cf Mon Sep 17 00:00:00 2001 From: Kyle Bowman Date: Sat, 11 Jan 2025 12:24:36 -0500 Subject: [PATCH] rename interface.md to cli.md b/c less ambiguous --- interface.md => cli.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) rename interface.md => cli.md (79%) diff --git a/interface.md b/cli.md similarity index 79% rename from interface.md rename to cli.md index b0af9cb..cc48e0f 100644 --- a/interface.md +++ b/cli.md @@ -12,6 +12,14 @@ Separate by things that act on `feed` and things that act on `entry`. ## Feed Actions +Feed options: + +* `--feedlist` specifies which feed list to use. +* `--alias` when operating on a single feed, identify it by an alias. + A feedlist cannot associate an alias with more than one feed, but (maybe) a + feed can have more than one alias. Alias basically operates as a user- + supplied filter. + ### Show `nom feed show [filters]` @@ -26,7 +34,17 @@ Separate by things that act on `feed` and things that act on `entry`. ### Fetch -`nom feed update [url|filters]` +`nom feed fetch [url|filters]` + +Use `fetch` instead of `update` so that we can use `update` to change the +feed's metadata. + +### Update + +`nom feed update [--key1 [ --key2 [...]]]` + +Ex: `nom feed --alias julia-evans update --alias jvn` updates the "julia-evans" +feed to have an alias of "jvn" instead. ## Entry Actions -- 2.39.5