maconf

my mac config

useful app in app store

view all app under mac

system_profiler SPApplicationsDataType|sed -n 's/^ *Location: \(.*\)/\1/p' | sort > apps.txt

experience

  1. chrome full screen capture:
    • open dev tool: command + option + i
    • open command tool: command + shift + p#
    • input screenshot, choose the Capture full size screenshot

Application Management

System Control

Utilities

pdf

brew install poppler
# 基础转换:将 input.pdf 每一页转换为 PNG 图片(命名为 output-01.png, output-02.png)
pdftoppm -png input.pdf output