renameutils 0.10.0-5 source package in Ubuntu

Changelog

renameutils (0.10.0-5) unstable; urgency=low

  * Bump Standards-Version up to 3.9.1
  * Bump debhelper compatibility to 8
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  22 Dec 2010 12:07:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
François Marier
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
renameutils_0.10.0.orig.tar.gz 551.6 KiB 30fe5b3e8300ff5c55eb4822d4417ddf85f1fefe382c89bbcbcb3e203dfb3766
renameutils_0.10.0-5.debian.tar.gz 12.0 KiB 0a271a4fbee7611199be41afeb129297c5111c13c59207a9dd6eec2aa04bbb86
renameutils_0.10.0-5.dsc 1.8 KiB 60cd31e8e0127eebbf7579f79e8925ca4fc02b659727c4d8a19c5895249333f4

Available diffs

View changes file

Binary packages built by this source

renameutils: Programs to make file renaming easier

 The file renaming utilities (renameutils for short) are a set of
 programs designed to make renaming of files faster and less
 cumbersome.
 .
 This package consists of five programs - qmv, imv, icp, qcp and deurlname:
 .
 qmv ("quick move") allows file names to be edited in a text
 editor. The names of all files in a directory are written to a text
 file, which is then edited by the user. The text file is read and
 parsed, and the changes are applied to the files.
 .
 imv ("interactive move"), is trivial but useful when you are too lazy
 to type (or even complete) the name of the file to rename twice. It
 allows a file name to be edited in the terminal using the GNU Readline
 library.
 .
 icp and qcp are similar to imv and qmv but for copying using "cp".
 .
 deurlname removes URL encoded characters (such as %20 representing
 space) from file names. Some programs such as w3m tend to keep those
 characters encoded in saved files.