gmxcli

command module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2019 License: MIT Imports: 4 Imported by: 0

README

gmxcli: a command line client for GMail -- manage labels, filters using simple YAML config!

Go Report Card

Installation

Download pre-compiled binaries for Mac, Windows and Linux from the releases page.

Usage

gmxcli is largely self-documenting. Run gmxcli -h for a list of supported commands.

$ gmxcli labels list
...
$ gmxcli filters delete # delete ALL existing filters, use with caution!
...
$ gmxcli filters upload -c gmxcli.yaml # Upload filters defined in the config file
...
# Sample configuration
filters:
  -
    criteria:
      to: "me"
    action:
      addLabelIds: ["To me"]
      removeLabelIds: ["INBOX", "UNREAD"]
  -
    criteria: ...

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL