學科:Mac OS X/QuickLook
外觀
https://github.com/whomwah/qlstephen 插件可以讓 Quick Look 支持各種純文本文件
讓 Quick Look 預覽時支持文字選中可以用下面的命令開啟:
defaults write com.apple.finder QLEnableTextSelection -bool true;
另外,https://github.com/n8gray/QLColorCode 可以添加代碼高亮支持。需要安裝 highlight,並可能需要配置一下路徑。
highlight 安裝推薦用 brew
brew install highlight
路徑配置見 QLColorCode 文檔
- https://coderwall.com/p/dlithw Use OSX Finder Quicklook to preview all plain text files
- http://coderwall.com/p/94rlia Copy text/code from OSX QuickLook directly
- https://github.com/sindresorhus/quick-look-plugins