From 726a525a03bab01f84de4fc51a6d7e1193352a5c Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 29 Sep 2025 17:35:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(main):=20add=20main=20docum?= =?UTF-8?q?entation=20for=20cull-gmail=20CLI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - introduce main documentation file for cull-gmail CLI - include installation instructions using Cargo --- docs/main.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/main.md diff --git a/docs/main.md b/docs/main.md new file mode 100644 index 0000000..bc5011d --- /dev/null +++ b/docs/main.md @@ -0,0 +1,11 @@ +## cull-gmail CLI + +A command line program to cull emails from Gmail using the Gmail API. The tool has sub-commands to for authorization, planning and executing the move of select email to the Gmail trash folder from which they will be automatically deleted after thirty days. + +### Installation + +Install cull-gmail using Cargo: + +```bash +cargo install cull-gmail +```