File: control

package info (click to toggle)
vizigrep 1.4-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 492 kB
  • sloc: python: 1,346; ansic: 969; sh: 53; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: vizigrep
Section: utils
Priority: optional
Maintainer: Jason J. Herne <hernejj@gmail.com>
Build-Depends: debhelper (>= 9), python-all, dh-python, python-setuptools
X-Python-Version: >= 2.6
Standards-Version: 3.9.8
Homepage: https://github.com/hernejj/vizigrep

Package: vizigrep
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources, gir1.2-gtk-3.0, gir1.2-gtksource-3.0, python-gi
Description: graphical file contents search tool using regular expressions
 Vizigrep is a graphical user interface for performing fast and powerful
 searches inside a group of files.  Simply tell Vizigrep which folder you want
 to search and what you want to search for and it will quickly find all
 occurrences of your search string within the files and folders you have
 selected.  The search results are annotated to show you the lines containing
 your search term and color coding is used to help you quickly lock your eyes on
 to what you are searching for. If simple search strings are not powerful enough
 Vizigrep also understands regular expressions.