An open API service indexing awesome lists of open source software.

https://github.com/lefred/mailspring-libre-gtg

GTG plugin for Mailspring-Libre
https://github.com/lefred/mailspring-libre-gtg

Last synced: 6 months ago
JSON representation

GTG plugin for Mailspring-Libre

Awesome Lists containing this project

README

          

## Mailspring Libre GTG Plugin

This plugin add a new task to GTG (Get Things Gnome) from a mail.

![Selection_999(256)](https://user-images.githubusercontent.com/609675/75559873-8989b200-5a44-11ea-9895-e43b04e667a4.png)

The plugin requires nodejs dbus package but build for electron. It needs to be rebuilt everytime mailspring will upgrade
electron.

```
sudo dnf install dbus-devel
export npm_config_target=4.2.2
export npm_config_arch=x64
export npm_config_target_arch=x64
export npm_config_disturl=https://electronjs.org/headers
export npm_config_runtime=electron
export npm_config_build_from_source=true
HOME=~/.electron-gyp npm install
```

In action:

![output](https://user-images.githubusercontent.com/609675/75770535-6747ab00-5d48-11ea-910a-7946ce7d5ebb.gif)