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
Repository
pbcopy/paste for Windows.
Basic Info
- Host: GitHub
- Owner: Tatsh
- License: mit
- Language: C
- Default Branch: master
- Homepage: https://tatsh.github.io/winpbcopy/
- Size: 1.39 MB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
Metadata Files
README.md
winpbcopy
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
- Repositories: 87
- Profile: https://github.com/Tatsh
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: 6 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
Pull Request Labels
Dependencies
- actions/stale v5 composite