File: control

package info (click to toggle)
yank 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: ansic: 405; makefile: 50
file content (22 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: yank
Section: utils
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 4.4.1
Homepage: https://github.com/mptre/yank
Vcs-Git: https://salsa.debian.org/debian/yank.git
Vcs-Browser: https://salsa.debian.org/debian/yank

Package: yank
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, xsel
Description: interactively select and yank terminal output to stdout or xsel
 Read input from stdin and draw a selection interface where all fields
 in the given input are recognized by using a default or user-supplied
 set of delimiters.
 .
 Using ctrl-n and ctrl-p will move the field selection forward and
 backward, pressing the return key will invoke the yank command and
 write the selected field to its stdin. The yank command defaults to
 xsel, but could be anything that accepts input on stdin.