MCPcopy Index your code
hub / github.com/d-tsuji/clipboard

github.com/d-tsuji/clipboard @v0.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.3 ↗ · + Follow
17 symbols 42 edges 6 files 3 documented · 18% 1 cross-repo links updated 6y agov0.0.3 · 2020-05-11★ 72
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

clipboard

Actions Status Doc Go Report Card

This is a multi-platform clipboard library in Go.

Abstract

  • This is clipboard library in Go, which runs on multiple platforms.
  • External clipboard package is not required.

Supported Platforms

  • Windows
  • macOS
  • Linux, Unix (X11)

Installation

go get github.com/d-tsuji/clipboard

API

package clipboard

// Get returns the current text data of the clipboard.
func Get() (string, error)

// Set sets the current text data of the clipboard.
func Set(text string) error

Core symbols most depended-on inside this repo

Shape

Function 17

Languages

Go100%

Modules by API surface

clipboard_unix.go9 symbols
clipboard_windows.go2 symbols
clipboard_darwin.go2 symbols
clipboard.go2 symbols
example_test.go1 symbols
clipboard_test.go1 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

For agents

$ claude mcp add clipboard \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page