davesteele / gnome-gmail

Integrate GMail into the Linux Desktop
https://davesteele.github.io/gnome-gmail/
GNU General Public License v2.0
50 stars 13 forks source link

Create --user option #89

Closed omarkdev closed 2 years ago

omarkdev commented 2 years ago

Create a --user option to specify how email will be chosen, taking away the need to open the pop up.

The reason for creating this feature is a need to have a way to open the client already specifying the email, so is this way we can create specific shortcuts for each email, for example:

A shortcut to open gnome-gmail --user omarkdev@gmail.com

davesteele commented 2 years ago

Looks good.

Could you update the man page?

omarkdev commented 2 years ago

Sure @davesteele, but where I can find the man page?

davesteele commented 2 years ago

It's in the project root:

https://github.com/davesteele/gnome-gmail/blob/master/gnome-gmail.1

omarkdev commented 2 years ago

@davesteele Done! But I don't have sure if I do correctly

davesteele commented 2 years ago

I made a small fix to the man page. You can test your man edits by providing a path as the "man" argument:

man ./gnome-gmail.1

It's merged, but will need some testing before release. Thanks.

omarkdev commented 2 years ago

For me it's correct, thx