LANG SELRCT

Apps Script Reference  (Create: Create new Spreadsheet | Create new Apps Script

Monday, April 9, 2018

個人的に使っている環境設定やアプリなど


macOSをクリーンインストールした時に追加したものなどを更新していく個人的な備忘録


macOS High Sierra
https://www.apple.com/jp/macos/high-sierra/
 システム環境設定 > アクセシビリティ > マウスとトラックパッド
  トラックパッドオプション ドラッグを有効にする 3本指のドラッグに設定

 システム環境設定 > 省エネルギー
  バッテリー ディスプレイをオフにするまでの時間を設定

 システム環境設定 > Mission Controll
  ホットコーナーを設定

 システム環境設定 > キーボード
  F1、F2などのキーを標準のファンクションキーとして使用
 
 システム環境設定 > トラックパッド > ポイントとクリック
  軌跡の速さ


Google日本語入力
https://www.google.co.jp/ime/


Chrome
https://www.google.co.jp/chrome/


Atom
https://atom.io/


Sublime
https://www.sublimetext.com/


iTerm2
https://www.iterm2.com/
 iTerm2 >  Preferences > Profiles
  Colors : Coler Presets
  Window : Transpalency
  Terminal : Unlimited scrollback


LINE
https://itunes.apple.com/us/app/line/id539883307


Node.js
https://nodejs.org/en/download/
からダウンロードしたnode-v8.11.1.pkgを開いてインストール


clasp
https://developers.google.com/apps-script/guides/clasp
https://codelabs.developers.google.com/codelabs/clasp/#0
https://github.com/google/clasp


Kindle / Kindle Cloud Reader
https://www.amazon.co.jp/gp/digital/fiona/kcp-landing-page/ref=klp_mn


Xcode
https://itunes.apple.com/jp/app/xcode/id497799835?mt=12


Anaconda
https://www.anaconda.com/download/#macos


Flask
http://flask.pocoo.org/
$ pip install Flask


Go
https://golang.org/dl/
https://tour.golang.org/welcome/1


Home brew
https://brew.sh/index_ja


Mecab
http://taku910.github.io/mecab/
$ brew install mecab
$ brew install mecab-ipadic


SourceTree
https://www.sourcetreeapp.com/


Bitbucket
https://bitbucket.org/product


GitHub
https://github.com/


Qiita
https://qiita.com/


GarageBand
https://itunes.apple.com/jp/app/garageband/id682658836?mt=12&ls=1
https://help.apple.com/garageband/mac/10.2/?lang=ja ヘルプ


Song-Maker
https://musiclab.chromeexperiments.com/Song-Maker/


Chrome Canvas
https://canvas.apps.chrome/


Singer Song Writer Lite 9(9.5) <Windows10>
https://www.ssw.co.jp/products/ssw/win/sswlt9w/index.html

音色リスト
https://www.ssw.co.jp/products/ssw/mac/sswlt30m/vsc_1.htm


Chrome Remote Desktop
https://chrome.google.com/webstore/category/extensions
http://www.atmarkit.co.jp/ait/articles/1301/30/news060.html 参考記事
https://support.google.com/chrome/answer/1649523


Ruby
https://www.ruby-lang.org/ja/
$ gem install rspec


Cloud9
https://c9.io/dashboard.html


Visual Studio Code
https://code.visualstudio.com/
ClaspでType Scriptを使うためにインストールした
コマンドラインもついていて使いやすい


Type Script (Claspで使う)
https://developers.google.com/apps-script/guides/typescript


ES Lint
https://eslint.org/
VS Codeのプラグインとしてインストールした


ロジクール ポインター R1000SL
システム環境設定 > セキュリティとプライバシー > アクセシビリティ


Latest post

スプレッドシートA列にある複数のテキストをスライドに追加したい(Google Apps Script)

今回Google Apps Scriptでやりたいこと GoogleスプレッドシートA列にある複数の値を取得して Googleスライドに渡して 図形オブジェクトのテキストとして追加したい ① スプレッドシートのA列に値を入れておく ② Code.gsのinsertNewShape...