of files faster and less cumbersome: - qmv ("quick move") allows a bunch of file names to be edited in a text editor; - imv ("interactive move") allows a single file name to be edited in the terminal using the GNU Readline library - qcp and icp are similar to qmv and imv but copy files instead of moving them; - deurlname removes URL encoded characters (such as %20 representing space) from file names. WWW: http://www.nongnu.org/renameutils/ PR: 194045 Submitted by: Matteo Cypriani <mcy@lm7.fr>
11 lines
341 B
C
11 lines
341 B
C
--- src/qcmd.c.orig 2011-08-21 17:15:51 UTC
|
|
+++ src/qcmd.c
|
|
@@ -239,7 +239,7 @@
|
|
editor_program = xstrdup(editor_program);
|
|
|
|
if (ls_program == NULL)
|
|
- ls_program = xstrdup("ls");
|
|
+ ls_program = xstrdup("gls");
|
|
|
|
/* Parse format options */
|
|
if (format_options != NULL && !format->parse_options(format_options))
|