From ea2de804f8ffa524ec62e6098b986792d1e83044 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 15 Mar 2020 20:26:53 +0530 Subject: batch rename: check dep, handle invalid input --- src/nnn.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/nnn.c b/src/nnn.c index 1e0933e..2810e0c 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -431,7 +431,8 @@ static uchar g_states; #define UTIL_FZY 16 #define UTIL_NTFY 17 #define UTIL_CBCP 18 -#define UTIL_NMV 19 +#define UTIL_BASH 19 +#define UTIL_NMV 20 /* Utilities to open files, run actions */ static char * const utils[] = { @@ -470,6 +471,7 @@ static char * const utils[] = { "fzy", ".ntfy", ".cbcp", + "bash", ".nmv", }; @@ -5610,7 +5612,8 @@ nochange: case SEL_RENAMEMUL: endselection(); - if (!plugscript(utils[UTIL_NMV], newpath, path, F_CLI) + if (!(getutil(utils[UTIL_BASH]) + && plugscript(utils[UTIL_NMV], newpath, path, F_CLI)) && !batch_rename(path)) { printwait(messages[MSG_FAILED], &presel); goto nochange; -- cgit v1.2.3-70-g09d2