aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-08-22 16:16:41 +0200
committerGitHub <noreply@github.com>2020-08-22 16:16:41 +0200
commit03f84710ecfcb221b4517309231b6ee3510052ee (patch)
tree22fb81e3b8644fe35f90d1ad6c0ff79b1d59a545
parentd673bf4c8ccfda45aa9960abfc6885a954e729a9 (diff)
downloadfeed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.tar.gz
feed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.tar.bz2
feed2imap-go-03f84710ecfcb221b4517309231b6ee3510052ee.zip
Update README.md
More details on groups
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 576638f..6f9b378 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,8 @@ for details.
### Additions to feed2imap
-* groups (_details TBD_)
+* Groups: Have the ability to group feeds that share characteristics, most often the same parent folder in the hiearchy.
+ But also allows to share options between feeds. Usages: Categories ("News", "Linux") and merging different feeds of the same origin.
* Heavier use of parallel processing (it's Go after all ;)). Also, it is way faster.
* Global `target` and each feed only specifies the folder relative to that target.
(feature contained also in [fork of the original][nec])