All Projects → maxogden → ogmail

maxogden / ogmail

Licence: other
minimalist gmail cli client

Programming Languages

javascript
184084 projects - #8 most used programming language

ogmail

minimalist gmail cli client

work in progress

screenshot

installation

you will need to install 2 modules globally, googleauth and ogmail:

npm install googleauth ogmail -g

next, follow the readme of googleauth to create a google application and get your client, secret and scope

then get a google token using the following command:

googleauth --scope=https://www.googleapis.com/auth/gmail.readonly --client_id="foobar" --client_secret="mysecret"

this will save your token in ~/.config/googleauth.json which is also where ogmail will look for your token when you use it

finally, run ogmail to begin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].