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
|
Source: regexxer
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
intltool,
gtk-update-icon-cache,
libgtkmm-3.0-dev (>= 2.6),
libgtksourceviewmm-3.0-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://regexxer.sf.net
Vcs-Browser: https://salsa.debian.org/debian/regexxer
Vcs-Git: https://salsa.debian.org/debian/regexxer.git
Package: regexxer
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: visual search and replace tool using Perl Regex
Regexxer is a nifty GUI search/replace tool featuring Perl-style
regular expressions (PCRE - Perl Regex). If you need project-wide
substitution and you're tired of hacking sed command lines together,
then you should definitely give it a try.
.
The tool can be used to search files or contents inside of a file.
|