Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puutaro/savetogmail
Send clipboard contents to Gmail draft in CommandClick
https://github.com/puutaro/savetogmail
android browser browser-addon cmdclick commandclick fannel gmail javascript
Last synced: 19 days ago
JSON representation
Send clipboard contents to Gmail draft in CommandClick
- Host: GitHub
- URL: https://github.com/puutaro/savetogmail
- Owner: puutaro
- License: mit
- Created: 2023-12-04T15:53:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-07T09:38:54.000Z (4 months ago)
- Last Synced: 2024-11-01T07:08:42.639Z (2 months ago)
- Topics: android, browser, browser-addon, cmdclick, commandclick, fannel, gmail, javascript
- Language: JavaScript
- Homepage: https://github.com/puutaro/CommandClick
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# saveToGmail
---------------------Save site contents to Gmail draft @puutaro
Table of Contents
-------
* [Installation](#installation)
* [Cmd Variables](#cmd-variables)
* [gmailDraftUrl](#gmaildrafturl)
* [gmailDraftListURL](#gmaildraftlisturl)
* [play](#play)
* [Setting variables](#setting-variables)
* [terminalFontZoom](#terminalfontzoom)
* [terminalFontColor](#terminalfontcolor)
* [terminalColor](#terminalColor)## Installation
--------------1. Install [ComamndClick](https://github.com/puutaro/CommandClick#app-installation) to your android
2. Install this fannel by [install repo](https://github.com/puutaro/CommandClick/blob/master/USAGE.md#install-fannel) or QR code## Cmd Variables
--------
### gmailDraftUrl
Paste gmail draft url
### gmailDraftListURL
Paste gmail draft list url
### play
Depend on state, change execute like bellow table.| state | execute content |
| --------- | --------- |
| `gmailDraftUrl` doesn't launch | Launch `gmailDraftUrl` |
| `gmailDraftUrl` launch and gmail bocy blank | Paste clipboard |
| `gmailDraftUrl` launch and gmail body has been written | Save draft gmail |## Setting variables
---------
### terminalFontZoom
Adjust terminal font size (percentage)
### terminalFontColor
Adjust terminal font color
### terminalColor
Adjust terminal background color