📝 docs(main): add main documentation for cull-gmail CLI
- introduce main documentation file for cull-gmail CLI - include installation instructions using Cargo
This commit is contained in:
committed by
Jeremiah Russell
parent
6f2ab43597
commit
726a525a03
11
docs/main.md
Normal file
11
docs/main.md
Normal file
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user