把程式碼轉成rtf格式就可以貼了(微軟出的格式)
在OSX有兩個tool可以用,
一個是highlight 一個是source-highlight
highlight:
- brew install highlight
- highlight -O rtf code.c | pbcopy
- 在Keynote貼上
source-highlight
- brew install source-highlight
- source-highlight -d -i code.c -o STDOUT | textutil -convert rtf -stdin -stdout | pbcopy
- 在Keynote貼上
P.S.
- source-highlight 好像python語法支援比較完整。
- pbcopy其實是把stdout變成剪貼布,真是個好東西XD
參考網站:
http://kristensen.org/post/20059991688/code-examples-in-keynote
沒有留言:
張貼留言