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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: emacs-wgrep
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Nicholas D Steeves <sten@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-elpa
, elpa-ag <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/mhayashi1120/Emacs-wgrep
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-wgrep
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-wgrep.git
Testsuite: autopkgtest-pkg-elpa
Package: elpa-wgrep
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: edit multiple Emacs buffers using a master grep pattern buffer
Wgrep provides master pattern buffers that are then used to edit multiple
Emacs buffers simultaneously. In this sense it is like what a REPL for sed
would look like. With the exception of "pattern buffers" it is similar to
the Emacs built-in functions `replace-regexp` and `query-replace`. Wgrep
also provides backends that use Ack and The Silver Searcher.
.
This package provides the core library and wgrep-mode.
Package: elpa-wgrep-ack
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}, ack
Recommends: emacs
Enhances: emacs
Description: edit multiple Emacs buffers using a master ack pattern buffer
Wgrep provides master pattern buffers that are then used to edit multiple
Emacs buffers simultaneously. In this sense it is like what a REPL for sed
would look like. With the exception of "pattern buffers" it is similar to
the Emacs built-in functions `replace-regexp` and `query-replace`. Wgrep
also provides backends that use Ack and The Silver Searcher.
.
This package enables support for Ack.
Package: elpa-wgrep-ag
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}, silversearcher-ag
Recommends: emacs
Enhances: emacs
Description: edit multiple Emacs buffers using a master ag pattern buffer
Wgrep provides master pattern buffers that are then used to edit multiple
Emacs buffers simultaneously. In this sense it is like what a REPL for sed
would look like. With the exception of "pattern buffers" it is similar to
the Emacs built-in functions `replace-regexp` and `query-replace`. Wgrep
also provides backends that use Ack and The Silver Searcher.
.
This package enables support for The Silver Searcher.
Package: elpa-wgrep-helm
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: edit multiple Emacs buffers with a helm-grep-mode buffer
Wgrep provides master pattern buffers that are then used to edit multiple
Emacs buffers simultaneously. In this sense it is like what a REPL for sed
would look like. With the exception of "pattern buffers" it is similar to
the Emacs built-in functions `replace-regexp` and `query-replace`. Wgrep
also provides backends that use Ack and The Silver Searcher.
.
This package enhances helm-grep-mode buffers with Wgrep's facilities, and is
similar to helm-ag.
|