fetch_cli

一个用 Swift 编写的 Mac 命令行工具

目的

用法

OVERVIEW: Fetch string from a file and copy to clipboard!

USAGE: fetch_cli --url-string <url-string> [--show-data] [--debug-pasteboard] [--show-response]

OPTIONS:
  -u, --url-string <url-string>
                          Specify url to fetch from
  --show-data             Show data from URL
  --debug-pasteboard      Show response from ``NSPasteboard``
  --show-response         Show HTTP Response from URL
  -h, --help              Show help information.
fetch_cli -u "...."