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 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Source: emacs-ivy
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-avy
, elpa-wgrep (>= 3.0.0)
, texinfo <!nodoc>
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-ivy
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-ivy.git
Homepage: https://github.com/abo-abo/swiper
Testsuite: autopkgtest-pkg-elpa
Package: elpa-ivy
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
Recommends: emacs
Suggests: elpa-flx
Enhances: emacs
Description: generic completion mechanism for Emacs
Ivy is an acronym for Incremental Vertical completYon. While it
operates similarly to other completion schemes, such as
Icomplete mode, Ivy aims to be more efficient, smaller, simpler, and
smoother to use--yet highly customisable.
.
To try Ivy, call M-x ivy-mode. A default installation of Ivy only
includes the generic completion framework, plus completion for file
and buffer names.
.
This package will not install all of Ivy/Swiper/Counsel. For a
full-featured experience please install "elpa-counsel", which will
also install "elpa-swiper". Hydra users will probably also want
"elpa-ivy-hydra".
.
Counsel is an alternative to Ido, Anything, and Helm.
Package: elpa-ivy-avy
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
, elpa-avy
, elpa-ivy
Recommends: emacs
Enhances: emacs
, elpa-avy
, elpa-ivy
Description: enhance Ivy's selection's with Avy's "balanced decision tree"
Ivy is an acronym for Incremental Vertical completYon. While it
operates similarly to other completion schemes, such as
Icomplete mode, Ivy aims to be more efficient, smaller, simpler, and
smoother to use--yet highly customisable.
.
Install this package to access Avy's "balanced decision tree" from Ivy's
familiar interface.
Package: elpa-swiper
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
, elpa-ivy
Enhances: emacs
Description: alternative to Emacs' isearch--with an overview
Swiper is an Ivy-enhanced alternative to isearch. When a regex
(regular expression) search is initiated it displays an overview of
search candidates. The search regex can be split into groups with a
space. Each group is highlighted with a different face.
.
It can double as a quick regex-builder; however, only single
lines will be matched. Swiper uses Ivy to show an overview of all
matches.
Package: elpa-counsel
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
, elpa-swiper
Recommends: elpa-smex
Enhances: emacs
, elpa-ivy
, elpa-smex
, elpa-swiper
, git
, ack, fzf, silversearcher-ag, recoll, ripgrep
, org-mode, elpa-ace-link, elpa-hydra, elpa-company, irony-mode
, python3-jedi, python-jedi
, rhythmbox
Description: collection of Ivy-enhanced versions of common Emacs commands
Counsel is a collection of Ivy-enhanced versions of common Emacs commands.
Call one of the interactive functions in this file to complete
the corresponding thing using Ivy.
.
Currently available:
- Interactive and searchable yank-pop/kill-ring/clipboard history interface.
- Symbol completion for Elisp, Common Lisp, Python and Clojure.
- Describe functions for Elisp: function, variable, library, command,
bindings, theme.
- Navigation functions: imenu, ace-line, semantic, outline
- Git utilities: git-files, git-grep, git-log, git-stash.
- Full-text search utilities: grep, ag, pt, recoll.
- System utilities: process list, rhythmbox, linux-app.
- Shortcuts for org-mode.
- And many more...
.
Counsel is an alternative to Anything and Helm.
Package: elpa-ivy-hydra
Architecture: all
Depends: ${elpa:Depends}
, ${misc:Depends}
, elpa-ivy
, elpa-hydra
Enhances: emacs
, elpa-hydra
Description: additional key bindings for Emacs Ivy
Ivy is an acronym for Incremental Vertical completYon. While it
operates similarly to other completion schemes, such as
Icomplete mode, Ivy aims to be more efficient, smaller, simpler, and
smoother to use--yet highly customisable.
.
This package provides the hydra-ivy/body command, which is a
quasi-prefix map with many useful bindings for Ivy. These bindings
are shorter than usual and use predominantly unprefixed keys.
|