目的
- 直接將剪貼簿的文字貼到Gist/Pastie 並直接分享於 blog
- 其中類似Gist/Pastie這種share snippets and pastes服務的有
-
- Gist https://gist.github.com/ 由 Github 提供
- Pastie http://pastie.org/
- Pastebin http://pastebin.com/
- SimplePastie基本上會把code 往Pastie丟 如果要往 Gist 丟 需加以設定
- 若還未安裝 SimplePastie 請直接使用App Store 安裝
- 安裝完畢 先設定使用者帳號
git config --global github.user username (username 是你在 github 的 username)
git config --global github.token token (token就是帳戶設置的那一串 API token) - 在視窗左上角的工具列點選 SimplePastie/Preferences/將設定改成往Gist丟
- 這樣在 右鍵的 Past with SimplePastie 就把剪貼簿選取的地方往 Gist 丟
- 透過SimplePastie丟的文字都會變成 Private 如何改成 Public 可用於Blogs分享(使用Gist 提供的 Embed 功能
其他
- chrome 所提供的小工具 再找時間研究https://chrome.google.com/extensions/search?itemlang=&hl=zh-tw&q=gist
參考
- 具版本控制的 nopaste - Gist
http://gaaan.com/deepdish?p=79706 - Github::Import
http://c9s.blogspot.com/2009_02_01_archive.html - Gist API - Develop.GitHub - Home
http://develop.github.com/p/gist.html