File: control

package info (click to toggle)
emacs-bash-completion 3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: lisp: 3,019; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,182 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: emacs-bash-completion
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	dh-elpa,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/szermatt/emacs-bash-completion
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-bash-completion.git
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-bash-completion

Package: elpa-bash-completion
Architecture: all
Depends: ${elpa:Depends},
	${misc:Depends},
Recommends: emacs,
	elpa-projectile,
        bash-completion,
Enhances: emacs
Description: add programmable bash completion to Emacs shell-mode
 bash-completion.el defines dynamic completion hooks for shell-mode and
 shell-command prompts that is based on bash completion.
 .
 Bash completion for Emacs:
 .
  * is aware of bash builtins, aliases and functions
  * does file expansion inside of colon-separated variables and after
    redirections (> or <)
  * escapes special characters when expanding file names
  * is configurable through programmable bash completion
  * works on remote shells, through TRAMP.