pkg.soopen package index

brew / rank 7045

Install yank with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, winget

Copy terminal output to clipboard. Version 1.4.0 via Homebrew; verified 2026-07-16. Also installable with debian: sudo apt install yank.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install yank

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install yank

MacPorts ports tree · sysutils/yank/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add yank

Alpine Linux edge package indexes · yank · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install yank

Debian stable package indexes · yank · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install yank

Fedora Rawhide package metadata · yank · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#yank

nixpkgs package indexes · pkgs/by-name/ya/yank/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S yank

Arch Linux sync databases · yank · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install yank

openSUSE Tumbleweed package metadata · yank · source: download.opensuse.org

Windows

Windows Package Managerverified · 92%
winget install --id nasiridrishi.Yank -e

Windows Package Manager source index · nasiridrishi.Yank · source: cdn.winget.microsoft.com

overview

Package summary

Copy terminal output to clipboard

Commands and aliases

  • yank

history

Project history and usage

yank is a small C terminal utility for selecting fields from command output and copying the selection to a clipboard command. It reads from stdin, presents a keyboard-driven selection interface, and writes the chosen field to a yank command such as xsel or pbcopy.

Project history

The GitHub repository was created on 2015-08-24. The README frames the project around a terminal-user frustration: copying output with the mouse feels like a cache miss, while terminal multiplexer copy modes are not always available or desired.

The design stayed terminal-agnostic. yank recognizes fields either by regular expression with `-g` or by delimiter with `-d`, supports line selection with `-l`, and lets users replace the default clipboard command by passing a command after `--`.

Adoption history

yank has the kind of packaging spread typical of beloved Unix conveniences. The README documents installation through Arch Linux, Debian, Fedora, Nix/NixOS, openSUSE, Homebrew, MacPorts, FreeBSD, OpenBSD, and source builds. The supplied package data also shows broad distribution coverage.

Some Linux distributions install the binary as `yank-cli` because of a naming conflict, an adoption detail that matters to users searching for the command after installing the package.

How it is used

Common examples include `env | yank -d =` to select an environment variable key or value, `yank -d ", <file.csv` for CSV fields, `make 2>&1 | yank -l` for whole-line selection, and `ps ux | yank -g [0-9]+ | xargs kill` when stdout is not a terminal.

On X11 the default command is xsel. macOS users can build with `YANKCMD=pbcopy`, and the README also mentions shcopy for copying over SSH or from headless environments.

Why package nerds care

yank is package-nerd significant because it solves a tiny but common shell workflow problem in the Unix way: compose stdin, regex/delimiter selection, stdout fallback, and pluggable clipboard commands.

It also demonstrates why package names and binary names matter: the same tool may be installed as `yank` or `yank-cli` depending on distribution conflicts, which is exactly the sort of detail package catalogs help users untangle.

Timeline

  • 2015-08-24: GitHub repository created.
  • 2015: README copyright period begins and motivation centered on terminal clipboard selection without a mouse or multiplexer.
  • 2010s: README documented distribution across Linux, BSD, and macOS package systems.
  • 2020s: Project continued as a compact C utility with source builds and configurable clipboard command support.

Related projects

  • Related tools include xsel, pbcopy, shcopy, terminal multiplexers, xargs, shell pipelines, package-manager variants that install yank-cli, and clipboard-oriented terminal utilities.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
yankexecutableindexed executableDiscovered from the local executable index.

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-08-03
manager version1.4.0
manager updated2026-07-16
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:yank
Version1.4.0
Package managerHomebrew
Homepagehttps://github.com/mptre/yank
Repositoryhttps://github.com/mptre/yank
Last updated2026-07-16T21:39:13Z
Pulseupdated
Bottlenot recorded
Servicenone declared

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

yank 1.3.0-1

interactively select and yank terminal output to stdout or xsel

https://github.com/mptre/yank

sudo apt install yank
  • Section: utils
  • Architecture: amd64
  • 2 dependencies
  • normalized package name match
  • Matched by: Yank
Debian stable package indexes · deb.debian.org · Debian stable package indexes: yank from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

yank

nix profile install nixpkgs#yank
  • normalized package name match
  • Matched by: Yank
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ya/yank/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

yank 1.3.0-1

interactively select and yank terminal output to stdout or xsel

https://github.com/mptre/yank

sudo apt install yank
  • Section: universe/utils
  • Architecture: amd64
  • 2 dependencies
  • normalized package name match
  • Matched by: Yank
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: yank from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

yank 1.4.0-r0

Yank terminal output to clipboard

https://github.com/mptre/yank

sudo apk add yank
  • License: MIT
  • Architecture: x86_64
  • Source Package: yank
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Yank
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yank from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

yank-doc 1.4.0-r0

Yank terminal output to clipboard (documentation)

https://github.com/mptre/yank

sudo apk add yank-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: yank
  • normalized package name match
  • Matched by: Yank
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: yank-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

yank 1.4.0-1.fc45

Tool for selecting and copying text from stdin without a mouse

https://github.com/mptre/yank

sudo dnf install yank
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: yank
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Yank
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: yank from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

yank 1.4.0-1

Copy terminal output to clipboard

https://github.com/mptre/yank

sudo pacman -S yank
  • License: MIT
  • Architecture: x86_64
  • 1 dependencies
  • normalized package name match
  • Matched by: Yank
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: yank from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

yank 1.3.0-1.12

Tool for selecting and copying text from stdin without a mouse

https://github.com/mptre/yank

sudo zypper install yank
  • License: MIT
  • Category: Productivity/Other
  • Architecture: x86_64
  • Source Package: yank
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Yank
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: yank from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

yank

sudo port install yank
  • normalized package name match
  • Matched by: Yank
MacPorts ports tree · api.github.com · MacPorts ports tree: sysutils/yank/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

nasiridrishi.Yank

winget install --id nasiridrishi.Yank -e
  • normalized package name match
  • Matched by: Yank
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: nasiridrishi.Yank from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation