e-wrapper 0.2-1 source package in Ubuntu

Changelog

e-wrapper (0.2-1) unstable; urgency=medium

  * New upstream release.
  * dh 13.
  * Tests.

 -- Adam Borowski <email address hidden>  Sun, 14 Feb 2021 16:06:40 +0100

Upload details

Uploaded by:
Adam Borowski
Uploaded to:
Sid
Original maintainer:
Adam Borowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
e-wrapper_0.2-1.dsc 1.8 KiB 283a365dcc8d4f35ae385d8b0ac07ff349be5e23b55042a2a6544c8dbb9675e0
e-wrapper_0.2.orig.tar.gz 2.7 KiB 79112bde9f4d1c5c02b40cec9c027a3de16d8644f61a19932d63399a29918d94
e-wrapper_0.2-1.debian.tar.xz 2.7 KiB e20bf986a7b3956dbfb6b3aa24aaf9dc564de83eec3d8d6a3169b715d8ee4f00

Available diffs

No changes file available.

Binary packages built by this source

e-wrapper: invoke your editor, with optional file:lineno handling

 All or almost all Unix editors support the syntax of "editor +42 file", to
 open the given file and start with the cursor at line 42. Alas, the syntax
 programs that output such data use is different: either "file:42: Something"
 or "file:42:1: Something", :1 being a column number.
 .
 This wrapper will recognize such references and call your $EDITOR using the
 + notation. Thus, once you see an error message, you can copy&paste the
 first word of it without having to manually adjust. Especially if your
 mouse selection is configured to allow ':', it's a single triple-click
 (L+L+M), and still pretty handy if not.
 .
 If your editor allows multi-open, "e" can also handle pipelines such as:
 * git grep MEOW|e -:
 * make 2>&1 >/dev/null|grep error:|e -::
 .
 Also, because of its short name, it reduces the typing needed to start the
 editor by half if you use vi, by 80% if emacs or jstar -- and that's by far
 the most frequent command an Unix user does.