File: control

package info (click to toggle)
peco 0.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 448 kB
  • ctags: 708
  • sloc: makefile: 78
file content (33 lines) | stat: -rw-r--r-- 1,256 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
23
24
25
26
27
28
29
30
31
32
33
Source: peco
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Haruki TSURUMOTO <tsu.root@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-google-btree-dev,
               golang-go-flags-dev,
               golang-github-lestrrat-go-pdebug-dev,
               golang-github-mattn-go-runewidth-dev,
               golang-github-nsf-termbox-go-dev,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-net-dev
Standards-Version: 3.9.8
Homepage: https://github.com/peco/peco
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/peco.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/peco.git
XS-Go-Import-Path: github.com/peco/peco

Package: peco
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Simplistic interactive filtering tool
 peco Simplistic interactive filtering tool
 .
 peco can be a great tool to filter stuff like logs, process stats, find
 files, because unlike grep, you can type as you think and look through
 the current results.