Skip to content

Commit 7b8405c

Browse files
mbelinkysteipete
authored andcommitted
docs(gog): sanitize gmail messages example
1 parent a96e7f5 commit 7b8405c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/gog/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Setup (once)
1616

1717
Common commands
1818
- Gmail search: `gog gmail search 'newer_than:7d' --max 10`
19-
- Gmail messages search (per email, ignores threading): `gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account belinmad@gmail.com`
19+
- Gmail messages search (per email, ignores threading): `gog gmail messages search "in:inbox from:ryanair.com" --max 20 --account you@example.com`
2020
- Gmail send (plain): `gog gmail send --to [email protected] --subject "Hi" --body "Hello"`
2121
- Gmail send (multi-line): `gog gmail send --to [email protected] --subject "Hi" --body-file ./message.txt`
2222
- Gmail send (stdin): `gog gmail send --to [email protected] --subject "Hi" --body-file -`

0 commit comments

Comments
 (0)