winpbcopy

pbcopy/paste for Windows.

https://github.com/tatsh/winpbcopy

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary

Keywords

clipboard console terminal windows
Last synced: 9 months ago · JSON representation ·

Repository

pbcopy/paste for Windows.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Topics
clipboard console terminal windows
Created over 6 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security

README.md

winpbcopy

GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status GitHub Pages pre-commit Stargazers

@Tatsh Mastodon Follow

An equivalent of macOS' pbcopy and pbpaste commands.

How to build

Requirements:

  • CMake
  • MSVC or MinGW

Tests require CMocka. Coverage reporting requires using GCC.

Linux

Tests can be run natively on Linux if you have CMocka installed. Pass -DBUILD_TESTS=ON to CMake. Example:

shell mkdir build cd build cmake -G Ninja -DBUILD_TESTS=ON .. ninja -v ctest --test-dir src

Cross-compilation with MinGW

Example:

shell mkdir build cd build cmake -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ .. ninja -v

MSYS2

Example:

shell mkdir build cd build cmake -G Ninja .. ninja

Installation

Downloads are available in the releases section.

Install to a location in PATH/${env:PATH}. The install target is usable in MSYS2 and similar environments.

Owner

  • Login: Tatsh
  • Kind: user

Citation (CITATION.cff)

authors:
  - family-names: 'Udvare'
    given-names: 'Andrew'
cff-version: '1.2.0'
date-released: '2025-08-30'
message: 'If you use this software, please cite it as below.'
title: 'winpbcopy'
version: '0.0.4'

GitHub Events

Total
  • Release event: 1
  • Delete event: 46
  • Issue comment event: 4
  • Push event: 67
  • Pull request event: 86
  • Create event: 47
Last Year
  • Release event: 1
  • Delete event: 46
  • Issue comment event: 4
  • Push event: 67
  • Pull request event: 86
  • Create event: 47

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 126
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.09
  • Merged pull requests: 111
  • Bot issues: 0
  • Bot pull requests: 126
Past Year
  • Issues: 0
  • Pull requests: 70
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.06
  • Merged pull requests: 59
  • Bot issues: 0
  • Bot pull requests: 70
Top Authors
Issue Authors
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (182)
Top Labels
Issue Labels
dependencies (1)
Pull Request Labels
dependencies (181) javascript (23) github_actions (2)

Dependencies

.github/workflows/close-inactive.yml actions
  • actions/stale v5 composite