diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-04-21 10:40:16 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-04-21 10:40:16 +0200 |
commit | e0c2d6a1f8350268ea9b2474c7f84c8e5e791ab3 (patch) | |
tree | 317a171c48d3c9bbd5accfce0ec63496eca9c0f3 /tools | |
parent | b477ef02d981831cc673901278bf8c36e530bb33 (diff) | |
download | feed2imap-go-e0c2d6a1f8350268ea9b2474c7f84c8e5e791ab3.tar.gz feed2imap-go-e0c2d6a1f8350268ea9b2474c7f84c8e5e791ab3.tar.bz2 feed2imap-go-e0c2d6a1f8350268ea9b2474c7f84c8e5e791ab3.zip |
Add README in tools-folder.
Closes #94.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/README b/tools/README new file mode 100644 index 0000000..f53ca55 --- /dev/null +++ b/tools/README @@ -0,0 +1,7 @@ +Tools for feed2imap-go +---------------------- + +Currently included: +* `print-cache`: Print details about feeds part of the cache and the cached contents. + +Note to packagers: `print-cache` is mostly a debugging tool, inclusion in packages is optional. |