This is a sample script for sending Gmail with the title and body including Emoji using Google Apps Script.
This sample script uses Gmail API. So please enable Gmail API at Advanced Google services. Ref
This is a sample script for sending Gmail with the title and body including Emoji using Google Apps Script.
This sample script uses Gmail API. So please enable Gmail API at Advanced Google services. Ref
| # oh-my-zsh Theme | |
| # Default robbyrussell theme with node version info. | |
| # Installation: place this file in .oh-my-zsh/custom/themes/robbyrussell.zsh_theme | |
| function node_prompt_version { | |
| if which node &> /dev/null; then | |
| echo "%{$fg_bold[blue]%}node(%{$fg[red]%}$(node -v)%{$fg[blue]%}) %{$reset_color%}" | |
| fi | |
| } |
| -- Remove the history from | |
| rm -rf .git | |
| -- recreate the repos from the current content only | |
| git init | |
| git add . | |
| git commit -m "Initial commit" | |
| -- push to the github remote repos ensuring you overwrite history | |
| git remote add origin git@github.com:<YOUR ACCOUNT>/<YOUR REPOS>.git |
| Byobu Commands | |
| ============== | |
| byobu Screen manager | |
| Level 0 Commands (Quick Start) | |
| ------------------------------ | |
| <F2> Create a new window |