fetch_cli

0.1

A CLI tool for fetch string contents from a url and copying to clipboard
c2p-cmd/fetch_cli_mac

What's New

v0.1

2024-03-12T17:34:47Z
  • First Release of fetch_cli
  • Please read the README for usage

fetch_cli

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

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Mon Apr 15 2024 05:36:06 GMT-0900 (Hawaii-Aleutian Daylight Time)