Contents

c2p-cmd/fetch_cli_mac

A CLI tool for fetch string contents from a url and copying to clipboard

A Mac Command Line Tool written in swift

Purpose:

  • Copying string contents of a URL to clipboard for immediate usage

Usage:

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 "...."

Package Metadata

Repository: c2p-cmd/fetch_cli_mac

Stars: 1

Forks: 1

Open issues: 0

Default branch: master

Primary language: swift

License: MIT

README: README.md