File: control

package info (click to toggle)
oneliner-el 0.3.6-9.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: sh: 2,618; lisp: 621; makefile: 239; perl: 160
file content (21 lines) | stat: -rw-r--r-- 804 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: oneliner-el
Section: editors
Build-Depends: debhelper-compat (= 13)
Priority: optional
Maintainer: OHURA Makoto <ohura@debian.org>
Build-Depends-Indep: docbook-to-man, emacs, texinfo, po-debconf
Standards-Version: 4.5.1

Package: oneliner-el
Architecture: all
Depends: emacsen-common (>=2.0.8), perl, apel, ${shlibs:Depends}, ${misc:Depends}
Description: extensions of Emacs standard shell-mode
 oneliner-el provides nice extensions for UNIX shell masters who
 love one-line scripts.  This package has the following functions:
 .
  - You can easily connect standard input or output of a command to
    an Emacs buffer.
  - You can sync the current directory of shell-mode and a shell
    process.
  - Oneliner-el can beep when command execution terminates.
  - Oneliner-el handles control codes.